process-managment.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 09 Dec 2008 10:08:14 +0200
changeset 6 7c1ebbeff69f
child 7 f34d3dadc008
permissions -rw-r--r--
Added process managment.

-*- outline -*-

* Process list.

** FreeBSD.

View current user process:

  $ ps

View all running process:

  $ ps -ax

** Linux.

View current user process:

  $ ps

View all running process:

  $ ps -e

** Solaris.

TODO

* Killing process.

TODO