Difference between revisions of "Ps"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
  
 
== Examples ==
 
== Examples ==
* [[Threads]]: <code>ps -efL</code> or <code>[[pstree]] -p PID</code> or [[ps fxa]]
+
* [[Threads]]: <code>ps -efL</code> or <code>[[pstree]] -p PID</code> or <code>[[ps fxa]]</code>
 
   -L    Show threads, possibly with LWP and [[NLWP]] columns.
 
   -L    Show threads, possibly with LWP and [[NLWP]] columns.
 
* <code>ps auxwwwe</code>
 
* <code>ps auxwwwe</code>

Revision as of 12:46, 12 August 2020

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

Related terms

See also

Advertising: