Difference between revisions of "Ps"

From wikieduonline
Jump to navigation Jump to search
Line 18: Line 18:
 
* <code>ps -aux --sort -time</code>
 
* <code>ps -aux --sort -time</code>
  
 +
* [[ps -p]] $[[PID]]
  
 
* <code>[[ps axf]]</code>
 
* <code>[[ps axf]]</code>

Revision as of 15:30, 30 March 2023

ps - report current processes on the system. ps is include in procps package.

http://man7.org/linux/man-pages/man1/ps.1.html


Examples

  • -L Show threads, possibly with LWP and NLWP columns.
  • ps auxwwwe
e show the enviroment after the command


  • ps -u USERNAME
  • ps -aux --sort -time
  • ps -ef

Related terms

See also

Advertising: