1NWBOLS(1) nwbols NWBOLS(1)
2
3
4
6 nwbols - List NetWare Bindery Objects
7
9 nwbols [ -h ] [ -S server ] [ -U user name ] [ -P password | -n ] [ -C
10 ] [ -t type ] [ -o pattern ] [ -v ]
11
12
14 nwbols lists the specified NetWare Bindery Objects visible for the
15 user.
16
17 nwbols looks up the file $HOME/.nwclient to find a file server, a user
18 name and possibly a password. See nwclient(5) for more information.
19 Please note that the access permissions of $HOME/.nwclient MUST be 600
20 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, nwbols
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 -t type
47 You can restrict the objects listed by specifying the type of the
48 objects to be listed. type must be given as a decimal number.
49
50 -o pattern
51 Specifying a pattern is another way to restrict the objects listed.
52 Please note that this pattern is evaluated by the NetWare server.
53 grep would be a better candidate for complex patterns.
54
55 -v
56 By default, the object's name, its ID and its type are listed by
57 nwbols. In the verbose mode, activated by -v, the object flags, its
58 security byte and the properties flag is also listed.
59
60
62 nwbols was written by Volker Lendecke. See the Changes file of ncpfs
63 for other contributors.
64
65
66
67nwbols 7/9/1996 NWBOLS(1)