summaryrefslogtreecommitdiff
path: root/static/v10/man1/server.1
blob: 65abd02c38dfae4a3031afa9c38ee1287fa5a236 (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
33
34
35
.TH SERVER 1
.CT 1 comm_mach
.SH NAME
server \- run anonymous command on another machine
.SH SYNOPSIS
.B server
.I machine command
.SH DESCRIPTION
.I Server
uses Datakit to run
.I command
on the named
.I machine.
If it has set-userid mode,
the owner of
.I server
will log in on the remote machine.
In this way, a user can execute commands on the
remote machine without having a login there.
.PP
.I Server
typically accepts only a small set of commands, such as
.I who, ps, cat,
and
.I date;
the list is at the discretion of the remote machine.
.I Server
also checks for suspicious argument characters.
.SH FILES
.F /etc/server
list of legal commands
.SH "SEE ALSO"
.IR con (1), 
.IR push (1), 
.IR dcon (1)