1NWREVOKE(8) nwrevoke NWREVOKE(8)
2
3
4
6 nwrevoke - Revoke a Trustee Right from a directory
7
9 nwrevoke [ -h ] [ -S server ] [ -U user name ] [ -P password | -n ] [
10 -C ] [ -o object name ] [ -t type ] [ -r rights ] file/directory
11
12
14 nwrevoke revokes the specified bindery object with the corresponding
15 trustee rights from the directory.
16
17 nwrevoke looks up the file $HOME/.nwclient to find a file server, a
18 user name and possibly a password. See nwclient(5) for more informa‐
19 tion. Please note that the access permissions of $HOME/.nwclient MUST
20 be 600 for security reasons.
21
22
24 -h
25 -h is used to print out a short help text.
26
27 -S server
28 server is the name of the server you want to use.
29
30 -U user
31 user is the user name to use for login.
32
33 -P password
34 password is the password to use for login. If neither -n nor -P are
35 given, and the user has no open connection to the server, nwrevoke
36 prompts for a password.
37
38 -n
39 -n should be given if no password is required for the login.
40
41 -C
42 By default, passwords are converted to uppercase before they are
43 sent to the server, because most servers require this. You can turn
44 off this conversion by -C.
45
46 -o object name
47 The name of the object to be added as trustee.
48
49 -t object type
50 The type of the object. Object type must be specified as a decimal
51 value. Common values are 1 for user objects, 2 for group objects and
52 3 for print queues. Other values are allowed, but are usually used
53 for specialized applications. If object type is not specified,
54 object name is taken as NDS name.
55
56 file/directory
57 You must specify the file/directory from which to remove the object
58 as trustee. If you specified -S, it must be fully qualified NetWare
59 notation for DOS namespace. Otherwise it must be file or directory
60 mounted to your system using ncpfs.
61
62 Example:
63
64 nwrevoke -S NWSERVER -o linus -t 1 'src:bsd_src'
65
66 With this example, user linus is removed as trustee from the bsd_src
67 directory on the src volume on server NWSERVER.
68
69 nwrevoke -o linus -t 1 /home/vana/ncpfs/nwserver/src/bsd_src
70
71 With this example, user linus is removed as trustee from the bsd_src
72 directory.
73
74
76 nwrevoke was written by Volker Lendecke with the corresponding NetWare
77 utility in mind. See the Changes file of ncpfs for other contributors.
78
79
80
81
82nwrevoke 7/9/1996 NWREVOKE(8)