1NWBOCREATE(8) nwbocreate NWBOCREATE(8)
2
3
4
6 nwbocreate - Create a NetWare Bindery Object
7
9 nwbocreate [ -h ] [ -S server ] [ -U user name ] [ -P password | -n ] [
10 -C ] [ -o object name ] [ -t type ] [ -r read-flag ] [ -w write-flag ]
11
12
14 nwbocreate creates the specified NetWare Bindery Object.
15
16 nwbocreate looks up the file $HOME/.nwclient to find a file server, a
17 user name and possibly a password. See nwclient(5) for more informa‐
18 tion. Please note that the access permissions of $HOME/.nwclient MUST
19 be 600 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, nwbocreate
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 created.
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 -r read-flag
55
56 -w write-flag
57
58 Read security and write security may each have one of the following
59 values:
60
61 ANYONE: Anyone may access the object
62 LOGGED: Anyone who is logged in may access the
63 object
64 OBJECT: Anyone who is logged in as the object or
65 SUPERVISOR equivalent may access the
66 object
67 SUPERVISOR: Anyone who is logged in as SUPERVISOR
68 equivalent may access the object
69 NETWARE: Only the Bindery may access the object
70
71
73 nwbocreate was written by Volker Lendecke with the corresponding
74 Caldera utility in mind. See the Changes file of ncpfs for other con‐
75 tributors.
76
77
78
79nwbocreate 7/9/1996 NWBOCREATE(8)