Skip to content

Instantly share code, notes, and snippets.

@zaverden
Last active September 13, 2020 08:03
Show Gist options
  • Save zaverden/887f0eb807aab848250d02b07b57d54f to your computer and use it in GitHub Desktop.
Save zaverden/887f0eb807aab848250d02b07b57d54f to your computer and use it in GitHub Desktop.
ubuntu exec demo
bash
echo $$
ping example.com
exec ping example.com
WPID=6555
pstree -sp $WPID
watch -d -n 1 pstree -sp $WPID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment