Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Shell >> How to display the output of ps command in custom format selecting only specific columns

ps -o space-separated-list-of-columns

where columns can be any of the following

  • user
  • ruser
  • group
  • rgroup
  • uid
  • ruid
  • gid
  • rgid
  • pid
  • ppid
  • pgid
  • sid
  • taskid
  • ctid
  • pri
  • opri
  • pcpu
  • pmem
  • vsz
  • rss
  • osz
  • nice
  • class
  • time
  • etime
  • stime
  • zone
  • zoneid
  • f
  • s
  • c
  • lwp
  • nlwp
  • psr
  • tty
  • addr
  • wchan
  • fname
  • comm
  • args
  • prjid
  • project
  • pset

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]