Skip to content

Instantly share code, notes, and snippets.

@tawman
Created April 15, 2012 19:31
Show Gist options
  • Save tawman/2394435 to your computer and use it in GitHub Desktop.
Save tawman/2394435 to your computer and use it in GitHub Desktop.
Sample Bash Shell Process Listing Command Output
kvothe:~ todd$ ps aux -u 9633
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
todd 9633 0.0 0.7 961216 57948 ?? S 10:16AM 0:04.65 /Applications/Google Chrome.app/Contents/MacOS/Google Chrome -psn_0_7591741
kvothe:~ todd$ ps aux -u 9633 | file -
/dev/stdin: ASCII text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment