ps -o ppid
And to list ppid without header, indicate that it should have a value. To display more information, add the headings preceded by output formatter -o.
ps -o ppid=
ps -o ppid= args= | grep Firefox
of what I learned today
ps -o ppid
And to list ppid without header, indicate that it should have a value. To display more information, add the headings preceded by output formatter -o.
ps -o ppid=
ps -o ppid= args= | grep Firefox
No comments:
Post a Comment