summaryrefslogtreecommitdiff
path: root/prochide/README
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2005-04-04 20:46:35 +0000
committerDimitri Sokolyuk <demon@dim13.org>2005-04-04 20:46:35 +0000
commit18a9944dc9aab70eb933a35c5a19a0a05c6ce381 (patch)
treeedac21413713538ee0392fdf6ee7c2e56eba3809 /prochide/README
parent05e15385a41f78afcf4f1ce2890cadbd840e64ed (diff)
prochide LKM
Diffstat (limited to 'prochide/README')
-rw-r--r--prochide/README32
1 files changed, 32 insertions, 0 deletions
diff --git a/prochide/README b/prochide/README
new file mode 100644
index 0000000..3307daa
--- /dev/null
+++ b/prochide/README
@@ -0,0 +1,32 @@
+prochide obsd LKM
+---------------------
+
+1. build
+2. cli usage
+3. command
+
+build
+---------------------
+1. tar zxf prochide-v0.X.tar.gz
+2. make
+3. make load (requires root privs)
+4. ./ph
+
+ph cli usage
+--------------------
+The prochide command line client allows for
+hiding of individual pids or a single uid.
+
+note: hiding user will still see hidden pids;
+other users will not.
+
+commands
+--------------------
+hide a pid: ./ph -h -p <pid>
+show a pid: ./ph -s -p <pid>
+hide a uid: ./ph -h -u <uid>
+show a uid: ./ph -s -u <uid>
+
+Thats it!
+
+-mike <mike@gravitino.net>