summaryrefslogtreecommitdiff
path: root/srcx/jps.8
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-05-18 17:30:47 +0000
committerStef Walter <stef@memberwebs.com>2004-05-18 17:30:47 +0000
commit811897239f2f63dc4e4f67e81f3236e5aa1d870f (patch)
tree05833d178ac7bed7552c958b9e5789452616206d /srcx/jps.8
parent6dd6bb17ea5bbfe539c1f8a87bf92286e0b15d1f (diff)
Some argument changes.
Documentation files.
Diffstat (limited to 'srcx/jps.8')
-rw-r--r--srcx/jps.854
1 files changed, 54 insertions, 0 deletions
diff --git a/srcx/jps.8 b/srcx/jps.8
new file mode 100644
index 0000000..9e039fc
--- /dev/null
+++ b/srcx/jps.8
@@ -0,0 +1,54 @@
+.\" Process this file with
+.\" groff -mdoc -Tascii jps.8
+.\"
+.Dd April, 2004
+.Dt jps 8
+.Os jps
+.Sh NAME
+.Nm jps
+.Nd prints processes running in a jail
+.Sh SYNOPSIS
+.Nm
+.Fl x
+.Ar jail
+.Nm
+.Ar jail
+.Op Ar ps-options ...
+.Sh DESCRIPTION
+The
+.Nm
+utility prints out a list of the processes running in a given jail. When run
+with the
+.Fl x
+argument it just prints out the process ids. Otherwise it prints out a full
+.Xr ps 1
+type listing for the processes in the jail. The
+.Xr ps 1
+formatting and other options are available for use.
+.Sh OPTIONS
+.Bl -tag -width ".Fl u Ar ps-options"
+.It Fl x
+Only print out the process ids.
+.It Ar jail
+Either a jail id (which is an integer) or a jail host name.
+.It Ar ps-options
+Formatting and other to be passed to
+.Xr ps 1
+when listing processes in the jail.
+.Sh NOTES
+It is possible to run two jails with the same host name.
+.Nm
+however always only prints out processes for one jail.
+.Pp
+The environment is purged properly before running
+.Xr ps 1
+in the jail in order to prevent unwanted information from
+leaking into the jail.
+.Sh SEE ALSO
+.Xr jail 8 ,
+.Xr jails 8 ,
+.Xr jls 8 ,
+.Xr jstart 8 ,
+.Xr ps 1
+.Sh AUTHOR
+.An Nate Nielsen Aq nielsen@memberwebs.com