diff options
author | 1997-02-05 17:10:53 +0000 | |
---|---|---|
committer | 1997-02-05 17:10:53 +0000 | |
commit | 40b4334ec29ec12e040ab187ca3631c01fcf1a61 (patch) | |
tree | e3b811bfbe5fded67233a42fea720ea29edc6898 /sys | |
parent | make crunchide work in the non-elf world, Opps. (diff) | |
download | wireguard-openbsd-40b4334ec29ec12e040ab187ca3631c01fcf1a61.tar.xz wireguard-openbsd-40b4334ec29ec12e040ab187ca3631c01fcf1a61.zip |
Added "gid" keyword to print effective group ID of process.
(also alpha-sorted some of the man page that was nearly sorted.)
BEFORE:
kstailey@hermes$ ps -o ruid,svuid,uid,command
RUID SVUID UID COMMAND
333 333 333 -bash (bash)
worked, but group equivalent failed:
kstailey@hermes$ ps -o rgid,svgid,gid,command
ps: gid: keyword not found
RGID SVGID COMMAND
20 20 -bash (bash)
AFTER:
kstailey@hermes$ ps -o rgid,svgid,gid,command
RGID SVGID GID COMMAND
20 20 20 -bash (bash)
Diffstat (limited to 'sys')
0 files changed, 0 insertions, 0 deletions