9 lines
91 B
Plaintext
Executable File
9 lines
91 B
Plaintext
Executable File
AIX:
|
|
ps eww <pid>
|
|
|
|
SOLARIS:
|
|
pargs -e <pid>
|
|
|
|
LINUX:
|
|
cat /proc/<pid>/environ | tr '\0' '\n'
|