Changing a User's Full Name
To change a user's full name, use the ChangeFullNameVirtUser
script.
Syntax
/usr/local/bin/ChangeFullNameVirtUser
<domain name> <username> <user's full name>
where:
- <domain name> is the name of the domain.
- <username> is the user's login name.
- <user's full name> is the user's first and last name. To include spaces between the first and last name enclose the full name in "".
ChangeFullNameVirtUser example.com Myname "Myname New"
Here, the script changes the user's full name with the following specifications.
- The domain is called example.com.
- The username is Myname; her new full name is Myname New.