<< back to sysax.com Product page |
The createuser command can be used to create a new sysax user account on the server. If the username already exists on the server, the command will fail. The home path permissions are specified as a string containing one or more of the following letters:
Exhibit 3.3. Command line syntax for createuser command
sysaxservdmgr.exe /admin cmd=createuser user=<username to create> pass=<user password> homepath=<user home path> homeperm=<user home permissions=R,W,D,L,C, or X> sysaxservdmgr.exe /remadmin=<remote IP address> adminlogin=<admin username>:<admin password> cmd=createuser user=<username to create> pass=<user password> homepath=<user home path> homeperm=<user home permissions=R,W,D,L,C, or X> |
Exhibit 3.4. Example of createuser command
sysaxservdmgr.exe /admin cmd=createuser user=user1 pass=pass1 homepath="c:\ftp\user1" homeperm="RWDLCX" |