Use at a workstation to do the following:
View or modify user or group rights for files
View or modify user or group rights for directories and volumes
RIGHTS is a client-side application, not a server-side application. Install the Novell Client for Windows on your workstation, then use the option in the client menu to map a local drive letter to the sys:/public directory. Open a DOS Command Prompt window, cd to the mapped drive, then issue the rights command from the command line.
RIGHTS path [[ + | - ] rights] [/option...] [/? | /VER]
|
Parameter |
Use to |
|---|---|
|
path |
Specify the path to the file, directory, or volume you want to modify or view rights to (you must always specify a path). |
|
+ | - |
Add or delete the specified rights. See Using RIGHTS. |
|
rights |
Specify one or more file or directory rights. See Rights. |
|
/option |
Replace option with any available option. |
|
/? |
View online help. All other parameters are ignored when /? is used. |
|
/VER |
View the version number of the utility and the list of files it uses to execute. All other parameters are ignored when /VER is used. |
The following table lists the rights, the letter to use for each right, and what the right is used for.
If you use + (plus) to add rights, the rights you list are added to the existing rights.
If you use - (minus) to remove rights, the rights you list are deleted from the existing rights.
If you add and delete rights in the same command, group all added rights together and all deleted rights together.
If you list rights without using + or -, the rights you list replace the existing rights.
You must always specify a path. You can use a period (.) to represent your current directory.
You can use wildcard characters.
To set the trustee rights in the current directory for user JANICE to Read, Write, and File Scan, type
RIGHTS . R W F /NAME=JANICE
To remove user ERNESTO from alice/sys:users, type
RIGHTS ALICE/SYS:USERS REM /NAME=ERNESTO
To see where user PATRICK's inherited rights came from for sys:users/home, type
RIGHTS SYS:USERS/HOME /NAME=PATRICK /I