Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ntamvl/9c20c974ba206e425ad572fdab3a6493 to your computer and use it in GitHub Desktop.
Save ntamvl/9c20c974ba206e425ad572fdab3a6493 to your computer and use it in GitHub Desktop.
[Linux] How can I know the absolute path of a running process

[Linux] How can I know the absolute path of a running process

ps auxwe

or

ps -ef

or

ps auxwwwe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment