1NWFSCTRL(1) nwfsctrl NWFSCTRL(1)
2
3
4
6 nwfsctrl - Perform server command
7
9 nwfsctrl [ -h ] [ -S server ] [ -U user name ] [ -P password | -n ] [
10 -C ] [ -p ncpfs path ] -c | -o | -[f]d
11
12 nwfsctrl [ -h ] [ -S server ] [ -U user name ] [ -P password | -n ] [
13 -C ] [ -p ncpfs path ] server command
14
15
17 nwfsctrl performs command on server.
18
19
21 -h
22 With -h nwfsctrl prints a little help text.
23
24 -S server
25 is the name of the server you want to use.
26
27 -U user
28 user is the user name to use for login. To set the server's time,
29 you need supervisor privileges.
30
31 -P password
32 password is the password to use for login. If neither -n nor -P are
33 given, and the user has no open connection to the server, nwfstime
34 prompts for a password.
35
36 -n
37 -n should be given if no password is required for the login. As you
38 need supervisor privileges for setting the date and time, this
39 option is probably not used very often.
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
47 Open bindery.
48
49 -c
50 Close bindery.
51
52 -d
53 Down fileserver. This command will complain if there are open files
54 on server.
55
56 -fd
57 Down fileserver, regardless of opened files.
58
59 load module options...
60 Load module module with options options... on server. Program will
61 complain if module is already loaded.
62
63 unload module
64 Unload module module from server. Program will complain if module is
65 not loaded.
66
67 mount volume
68 Mount volume volume.
69
70 dismount volume
71 Dismount volume volume. If there are open files on volume, server
72 displays prompt on console. You must go to the server (or tel‐
73 net/xconsole) and hit Y or N to get beyond this point).
74
75 set variable = value
76 Set server settable variable variable to value value.
77
78 open bindery
79 Open bindery.
80
81 close bindery
82 Close bindery.
83
84 enable login
85 Enable login to file server.
86
87 disable login
88 Disable login to file server.
89
90 disable tts
91 Disable TTS. This probably does not work on Netware 4.11.
92
93 enable tts
94 Enable TTS. This probably does not work on Netware 4.11.
95
96
98 Other commands are not written yet (volume, clear connection ...)
99
100
102 This utility was created by Petr Vandrovec (vandrove@vc.cvut.cz) and is
103 part of ncpfs since 2.2.0.11.
104
105
106
107nwfsctrl 2/12/1999 NWFSCTRL(1)