]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/ncplist/ncplist.1
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.bin / ncplist / ncplist.1
1 .\" $FreeBSD$
2 .Dd January 21, 2010
3 .Dt NCPLIST 1
4 .Os
5 .Sh NAME
6 .Nm ncplist
7 .Nd "display various information about ncplib and NetWare servers"
8 .Sh SYNOPSIS
9 .Nm
10 .Ar command
11 .Op Ar arguments
12 .Sh DESCRIPTION
13 The
14 .Nm
15 utility displays the state of ncplib and NetWare servers.
16 The first argument
17 is a one-letter
18 .Ar command
19 that may be followed by
20 .Ar arguments .
21 .Pp
22 The commands are:
23 .Bl -tag -width indent
24 .It Ic b Ar server 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 .Pp
34 .Bl -tag -width ".Cm pserver" -offset indent -compact
35 .It Em Type
36 .Em Meaning
37 .It Cm user
38 bindery users
39 .It Cm group
40 bindery groups
41 .It Cm pserver
42 bindery print servers
43 .It Cm tree
44 tree name hosted by given server
45 .El
46 .Pp
47 Note that if you are not logged in to the specified server,
48 the list may be incomplete or empty.
49 .It Ic c
50 List active NCP connections on the local machine.
51 .It Ic s Op Ar server
52 Display
53 .Tn NetWare
54 servers known to a given
55 .Ar server .
56 If no server is specified, the nearest server will be used.
57 .It Ic u Ar server
58 Displays a list of users logged in on a given
59 .Ar server .
60 If you are not logged in to the specified server,
61 the list will be empty.
62 .It Ic q Ar server Op Ar pattern
63 Displays bindery queues on a given
64 .Ar server .
65 .It Ic v Ar server
66 Displays mounted volumes on a given
67 .Ar server .
68 .El
69 .Sh IMPLEMENTATION NOTES
70 This utility is provided mostly for educational purposes.
71 .Sh FILES
72 .Bl -tag -width /var/log/utx.log -compact
73 .It Pa ~/.nwfsrc
74 keeps description for each connection.
75 See
76 .Pa /usr/share/examples/nwclient/dot.nwfsrc
77 for details.
78 .El
79 .Sh HISTORY
80 The
81 .Nm
82 utility first appeared in
83 .Fx 4.0 .
84 .Sh AUTHORS
85 .An Boris Popov Aq bp@butya.kz ,
86 .Aq rbp@chat.ru
87 .Sh BUGS
88 Please report any bugs to the author.