Gnu ps

From wikinotes
Revision as of 17:12, 31 August 2023 by Will (talk | contribs) (Created page with " <source lang="bash"> # show the **current** environment for a pid (more accurate than /proc/${pid}/environ which shows only the STARTING env) ps -xep ${PID} </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
# show the **current** environment for a pid (more accurate than /proc/${pid}/environ which shows only the STARTING env)
ps -xep ${PID}