Alias:
-f.
The flags (in hexadecimal) associated with the process as in
the include file
sys/proc.h:
P_ADVLOCK 0x0000001 process may hold a POSIX advisory lock
P_CONTROLT 0x0000002 process has a controlling terminal
P_NOCLDSTOP 0x0000008 no SIGCHLD when children stop
P_PPWAIT 0x0000010 parent is waiting for child to
exec/exit
P_PROFIL 0x0000020 process has started profiling
P_SELECT 0x0000040 selecting; wakeup/waiting danger
P_SINTR 0x0000080 sleep is interruptible
P_SUGID 0x0000100 process had set ID privileges since
last exec
P_SYSTEM 0x0000200 system process: no sigs, stats, or
swapping
P_TIMEOUT 0x0000400 timing out during sleep
P_TRACED 0x0000800 process is being traced
P_WAITED 0x0001000 debugging process has waited for child
P_WEXIT 0x0002000 working on exiting
P_EXEC 0x0004000 process called exec(3)
P_OWEUPC 0x0008000 owe process an addupc() call at next
ast
P_FSTRACE 0x0010000 tracing via file system
P_SSTEP 0x0020000 process needs single-step fixup
P_SUGIDEXEC 0x0040000 last exec(3) was set[ug]id
P_NOCLDWAIT 0x0080000 let pid 1 wait for my children
P_NOZOMBIE 0x0100000 pid 1 waits for me instead of dad
P_INEXEC 0x0200000 process is doing an exec right now
P_SYSTRACE 0x0400000 process system call tracing is active