summaryrefslogtreecommitdiff
path: root/static/v10/man1/server.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/v10/man1/server.1
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/v10/man1/server.1')
-rw-r--r--static/v10/man1/server.135
1 files changed, 0 insertions, 35 deletions
diff --git a/static/v10/man1/server.1 b/static/v10/man1/server.1
deleted file mode 100644
index 65abd02c..00000000
--- a/static/v10/man1/server.1
+++ /dev/null
@@ -1,35 +0,0 @@
-.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)