Skip to content

Instantly share code, notes, and snippets.

@matthieu637
Forked from nestoru/ps aux with ppid
Created May 30, 2020 11:01
Show Gist options
  • Save matthieu637/d39df169c72f10fb1bd00b7f6423ac7d to your computer and use it in GitHub Desktop.
Save matthieu637/d39df169c72f10fb1bd00b7f6423ac7d to your computer and use it in GitHub Desktop.
ps aux with ppid
ps aux|head -1
# Returns: USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
ps axo user,pid,ppid,pcpu,pmem,vsz,rss,tname,stat,start,time,args|head -1
# Returns: USER PID PPID %CPU %MEM VSZ RSS TTY STAT STARTED TIME COMMAND
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment