summaryrefslogtreecommitdiff
path: root/static/inferno/man1/runas.1
diff options
context:
space:
mode:
Diffstat (limited to 'static/inferno/man1/runas.1')
-rw-r--r--static/inferno/man1/runas.123
1 files changed, 23 insertions, 0 deletions
diff --git a/static/inferno/man1/runas.1 b/static/inferno/man1/runas.1
new file mode 100644
index 00000000..9fa6c4f6
--- /dev/null
+++ b/static/inferno/man1/runas.1
@@ -0,0 +1,23 @@
+.TH RUNAS 1
+.SH NAME
+runas \- run command as another user
+.SH SYNOPSIS
+.B runas
+.I user
+.I cmd
+[
+.IR arg ...
+]
+.SH DESCRIPTION
+.I Runas
+writes
+.I user
+to /dev/user and invokes
+.I cmd
+with the given arguments.
+The command is only invoked if setting of the user name succeeds.
+.SH SOURCE
+.B /appl/cmd/runas.b
+.SH "SEE ALSO"
+.IR cons (3),
+. \ No newline at end of file