create_user
Description:
public User create_user (string username, string fullname, UserAccountType accounttype) throws Error
Creates a user account on the system.
Parameters:
this | |
username |
a unix user name |
fullname |
a unix GECOS value |
accounttype |
Returns:
user object |