Difference between revisions of "Ps"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
ps - report current [[processes]] on the system. ps is include in <code>[[procps]]</code> package.
+
<code>ps</code> - report current [[processes]] on the system. ps is include in <code>[[procps]]</code> package.
  
 
http://man7.org/linux/man-pages/man1/ps.1.html
 
http://man7.org/linux/man-pages/man1/ps.1.html
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 [[ps fxa]]
 
   -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>
 
::<code>e</code> show the enviroment after the command
 
::<code>e</code> show the enviroment after the command
 +
 +
== Related commands ==
 +
* <code>[[tasklist]]</code> (Windows)
  
 
== See also ==
 
== See also ==

Revision as of 07:05, 28 March 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

Related commands

See also

Advertising: