Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / ncplist / ncplist.1
1 .\" $FreeBSD: src/usr.bin/ncplist/ncplist.1,v 1.3.2.5 2001/08/16 13:16:58 ru Exp $
2 .\" $DragonFly: src/usr.bin/ncplist/ncplist.1,v 1.2 2003/06/17 04:29:30 dillon Exp $
3 .Dd June 24, 1999
4 .Dt NCPLIST 1
5 .Os
6 .Sh NAME
7 .Nm ncplist
8 .Nd displays various information about ncplib and NetWare servers
9 .Sh SYNOPSIS
10 .Nm
11 .Ar command
12 .Op Ar args
13 .Sh DESCRIPTION
14 The
15 .Nm
16 command used to display state of ncplib and NetWare servers.
17 The first argument
18 is a one letter
19 .Ar command
20 following by optional
21 .Ar args .
22 .Pp
23 The commands are:
24 .Bl -tag -width indent
25 .It b Ar server Ar type Op Ar pattern
26 Lists bindery objects of
27 .Ar type
28 on a specified
29 .Ar server .
30 The
31 .Ar type
32 argument
33 can be one of the following:
34 .Bd -literal -offset indent
35 Type    Meaning
36 user    bindery users
37 group   bindery groups
38 pserver bindery print servers
39 tree    tree name hosted by given server
40 .Ed
41 .Pp
42 Note that if you are not logged in to the specified server,
43 the list may be incomplete or empty.
44 .It c
45 List active NCP connections on the local machine.
46 .It s Op Ar server
47 Display
48 .Tn NetWare
49 servers known to a given
50 .Ar server .
51 If no server is specified, the nearest server will be used.
52 .It u Ar server
53 Displays a list of users logged in on a given
54 .Ar server .
55 If you are not logged in to the specified server,
56 the list will be empty.
57 .It q Ar server Op Ar pattern
58 Displays bindery queues on a given
59 .Ar server .
60 .It v Ar server
61 Displays mounted volumes on a given
62 .Ar server .
63 .El
64 .Sh IMPLEMENTATION NOTES
65 This utility is provided mostly for educational purposes.
66 .Sh FILES
67 .Bl -tag -width /var/log/wtmp -compact
68 .It Pa ~/.nwfsrc
69 keeps description for each connection.
70 See
71 .Pa /usr/share/examples/nwclient/dot.nwfsrc
72 for details.
73 .El
74 .Sh HISTORY
75 The
76 .Nm
77 utility first appeared in
78 .Fx 4.0 .
79 .Sh AUTHORS
80 .An Boris Popov Aq bp@butya.kz ,
81 .Aq rbp@chat.ru
82 .Sh BUGS
83 Please report any bugs to the author.