Unix / Linux ps command output format control command

by on March 28, 2012· LAST UPDATED March 28, 2012

Fig.02: Unix / Linux ps command output format control command

-o format is a single argument in the form of a blank-separated or comma-separated list, which offers a way to specify individual output columns. The syntax is as follows:

ps auxo format1,format2,format3,...,format100
ps auxo pid,user,group
ps auxo pid,user,group,command,args

All formats:

See ps man page for more info.
Read answer to: "Unix / Linux: Find Information About The Process Including All Command Line Parameters"

Comments on this FAQ are closed. If you'd like to continue the discussion on this topic, you can do so at our forum.

Tagged as: