Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
$ ps -p $$ -o args,ppid
COMMAND PPID
bash 1234
$ ps -p 1234 -o args
COMMAND
/usr/lib/gnome-terminal/gnome-terminal-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment