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