Files
notes/tiddlywiki/Environement_variable_of_a_running_process.txt
2026-03-12 22:01:38 +01:00

9 lines
91 B
Plaintext
Executable File

AIX:
ps eww <pid>
SOLARIS:
pargs -e <pid>
LINUX:
cat /proc/<pid>/environ | tr '\0' '\n'