1NWBORM(8) nwborm NWBORM(8)
2
3
4
6 nwborm - Remove a NetWare Bindery Object
7
9 nwborm [ -h ] [ -S server ] [ -U user name ] [ -P password | -n ] [ -C
10 ] [ -o object name ] [ -t type ]
11
12
14 nwborm removes the specified NetWare Bindery Objects.
15
16 nwborm looks up the file $HOME/.nwclient to find a file server, a user
17 name and possibly a password. See nwclient(5) for more information.
18 Please note that the access permissions of $HOME/.nwclient MUST be 600
19 for security reasons.
20
21
23 -h
24 -h is used to print out a short help text.
25
26 -S server
27 server is the name of the server you want to use.
28
29 -U user
30 user is the user name to use for login.
31
32 -P password
33 password is the password to use for login. If neither -n nor -P are
34 given, and the user has no open connection to the server, nwborm
35 prompts for a password.
36
37 -n
38 -n should be given if no password is required for the login.
39
40 -C
41 By default, passwords are converted to uppercase before they are
42 sent to the server, because most servers require this. You can turn
43 off this conversion by -C.
44
45 -o object name
46 The name of the object to be deleted.
47
48 -t object type
49 The type of the object. Object type must be specified as a decimal
50 value. Common values are 1 for user objects, 2 for group objects and
51 3 for print queues. Other values are allowed, but are usually used
52 for specialized applications.
53
54
56 nwborm was written by Volker Lendecke with the corresponding Caldera
57 utility in mind. See the Changes file of ncpfs for other contributors.
58
59
60
61nwborm 7/9/1996 NWBORM(8)