Added process managment.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 09 Dec 2008 10:08:14 +0200
changeset 6 7c1ebbeff69f
parent 5 da5840c37b4e
child 7 f34d3dadc008
Added process managment.
process-managment.rst
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/process-managment.rst	Tue Dec 09 10:08:14 2008 +0200
@@ -0,0 +1,32 @@
+-*- 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
+