Skip to content

Instantly share code, notes, and snippets.

@nestoru
Created December 10, 2014 21:29
Show Gist options
  • Save nestoru/7e91cbd70fbac76cdb2d to your computer and use it in GitHub Desktop.
Save nestoru/7e91cbd70fbac76cdb2d 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