<< back to sysax.com Product page

3.12. The updatealtperm command

The updatealtperm command can be used to update permissions of additional accessible paths that were added to a sysax user account on the server. The 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.21. Command line syntax for updatealtperm command


sysaxservdmgr.exe /admin cmd=updatealtperm user=<username to update> altpath=<path to update> altperm=<user path permissions=R,W,D,L,C, or X>

sysaxservdmgr.exe /remadmin=<remote IP address> adminlogin=<admin username>:<admin password> cmd=updatealtperm user=<username to update> altpath=<path to update> altperm=<user path permissions=R,W,D,L,C, or X>

Exhibit 3.22. Example of updatealtperm command


sysaxservdmgr.exe /admin cmd=updatealtperm user=user1 altpath="c:\ftpcommon" altperm="RLC"