<< back to sysax.com Product page

3.8. The updatehome command

The updatehome command can be used to update the home path for a sysax user account on the server. The home path permissions are specified as a string containing one or more of the following letters:

  • R = File Read Access
  • W = File Write Access
  • D = File Delete Access
  • L = Folder List Access
  • C = Folder Create Access
  • X = Folder Delete Access

Exhibit 3.13. Command line syntax for updatehome command


sysaxservdmgr.exe /admin cmd=updatehome user=<username to update> homepath=<new 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=updatehome user=<username to update> homepath=<new home path> homeperm=<user home permissions=R,W,D,L,C, or X>

Exhibit 3.14. Example of updatehome command


sysaxservdmgr.exe /admin cmd=updatehome user=user1 homepath="c:\ftp2\user1"