proc
ps
.cvsignore
COPYING
HACKING
TRANSLATION
common.h
display.c
global.c
help.c
it
module.mk
output.c
p
parser.c
ps.1
regression
select.c
sortformat.c
stacktrace.c
.cvsignore
.cvsignore.patch
AUTHORS
BUGS
COPYING
COPYING.LIB
Makefile
NEWS
README
README.top
TODO
free.1
free.c
kill.1
minimal.c
pgrep.1
pgrep.c
pkill.1
pmap.1
pmap.c
procps.lsm
procps.spec
skill.1
skill.c
snice.1
sysctl.8
sysctl.c
sysctl.conf.5
t
tload.1
tload.c
tmp-junk.c
top.1
top.c
top.h
uptime.1
uptime.c
utmp.c
v
vmstat.8
vmstat.c
w.1
w.c
watch.1
watch.c
27 lines
757 B
Plaintext
27 lines
757 B
Plaintext
-u 500 -o pid,ppid,fname,comm,args # right margin trouble
|
|
-u 500 -o pid,ppid,fname,comm,args,wchan,wchan,wchan,wchan,wchan,nice,wchan
|
|
-u 500 -o pid,pid,pid,pid,user,user,user,args # had trouble
|
|
-u 500 -o user,user,user,pid,pid,pid,pid,args # no trouble!
|
|
|
|
Test with each type of field (RIGHT,LEFT,UNLIMITED...) hanging off the
|
|
edge of the screen and each type of field to the left of the one that
|
|
hangs off the edge.
|
|
|
|
Test "ps ef" as _both_ normal user and root. Especially after su!
|
|
|
|
On a 108-col screen, try "ps alx" and "ps alx | cat"
|
|
|
|
These ought to be the same:
|
|
CMD_ENV=old ps -m
|
|
CMD_ENV=old ps m
|
|
|
|
These ought to be the same:
|
|
CMD_ENV=old ps -X
|
|
CMD_ENV=old ps X
|
|
ps X
|
|
ps -X # needs to be a non-SysV option
|
|
|
|
This should fail:
|
|
ps x -x
|
|
|