process-managment.rst
changeset 6 7c1ebbeff69f
child 7 f34d3dadc008
--- /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
+