Files
notes/tiddlywiki/Environement_variable_of_a_running_process.txt

9 lines
91 B
Plaintext
Raw Permalink Normal View History

2026-03-12 22:01:38 +01:00
AIX:
ps eww <pid>
SOLARIS:
pargs -e <pid>
LINUX:
cat /proc/<pid>/environ | tr '\0' '\n'