<< back to sysax.com Product page |
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:
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" |