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