man page more detailed #334682
This commit is contained in:
parent
8df9f2ee02
commit
ca1a277318
1
NEWS
1
NEWS
@ -7,6 +7,7 @@ more MIPS crud -- thanks Jim Gifford and Ryan Oliver
|
|||||||
begin prep for setuid
|
begin prep for setuid
|
||||||
top: fix %CPU max on 2..9 CPU SMP -- thanks Ga*tan LEURENT
|
top: fix %CPU max on 2..9 CPU SMP -- thanks Ga*tan LEURENT
|
||||||
ps: fix crash related to realloc -- thanks David Houlder
|
ps: fix crash related to realloc -- thanks David Houlder
|
||||||
|
ps: man page more detailed #334682
|
||||||
|
|
||||||
procps-3.2.4 --> procps-3.2.5
|
procps-3.2.4 --> procps-3.2.5
|
||||||
|
|
||||||
|
18
ps/ps.1
18
ps/ps.1
@ -84,14 +84,18 @@ instead and print a warning. This behavior is intended to aid in
|
|||||||
transitioning old scripts and habits. It is fragile, subject to change,
|
transitioning old scripts and habits. It is fragile, subject to change,
|
||||||
and thus should not be relied upon.
|
and thus should not be relied upon.
|
||||||
.P
|
.P
|
||||||
By default, \fBps\fR selects all processes with the same effective user
|
By default, \fBps\fR selects all processes
|
||||||
ID (EUID) as the curent user and associated with the same terminal as the
|
with the same effective user ID (euid=EUID) as the curent user
|
||||||
invoker. It displays the process ID (PID), the terminal associated
|
and
|
||||||
with the process (TTY), the cumulated CPU time in [dd\-]hh:mm:ss format
|
associated with the same terminal as the invoker.
|
||||||
(TIME), and the executable name (CMD). Output is unsorted by default.
|
It displays the process ID (pid=PID),
|
||||||
|
the terminal associated with the process (tname=TTY),
|
||||||
|
the cumulated CPU time in [dd\-]hh:mm:ss format (time=TIME),
|
||||||
|
and the executable name (ucmd=CMD).
|
||||||
|
Output is unsorted by default.
|
||||||
.P
|
.P
|
||||||
The use of BSD\-style options will add process state (STAT) to the
|
The use of BSD\-style options will add process state (stat=STAT) to the
|
||||||
default display and show the command args (COMMAND) instead of the
|
default display and show the command args (args=COMMAND) instead of the
|
||||||
executable name. You can override this with the \fBPS_FORMAT\fR
|
executable name. You can override this with the \fBPS_FORMAT\fR
|
||||||
environment variable. The use of BSD\-style options will also change the
|
environment variable. The use of BSD\-style options will also change the
|
||||||
process selection to include processes on other terminals (TTYs) that
|
process selection to include processes on other terminals (TTYs) that
|
||||||
|
Loading…
Reference in New Issue
Block a user