Changing a User's Information
To change a user's information, use the ChangeInfoVirtUser
script. This script changes a user's full name and the amount of disk space allocated to the user.
Syntax
/usr/local/bin/ChangeInfoVirtUser
<domain name> <username> <user's full name> <quota>
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 "".
- <quota> is the new amount of disk space you are allocating to this user.
ChangeInfoVirtUser example.com Myname "Myname New" 30
Here, the script changes the user's information with the following specifications.
- The domain is called example.com.
- The user's user name is Myname and her new full name is Myname New.
- The user was given 30 MB of disk space.