summaryrefslogtreecommitdiff
path: root/ucspi-tcp-0.88/who@.1
blob: 0c13f840de68e124ec0663a37a067b47d37f7ab8 (plain)
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
.TH who@ 1
.SH NAME
who@ \- print list of active users on a host
.SH SYNTAX
.B who@
[
.I host
]
.SH DESCRIPTION
.B who@
connects to TCP port 11 (Systat) on
.I host
and prints any data it receives.
It removes CR and converts unprintable characters to a visible format.

If
.I host
is not supplied,
.B who@
connects to the local host.

Some computers respond to port 11 with a list of active users.
For example, they may be running

.EX
     tcpserver 0 11 who &
.EE
.SH "SEE ALSO"
cat(1),
delcr(1),
tcpclient(1),
tcpserver(1)