Skip to content

Commit

Permalink
a trick to solve the problem to run just like(./ping) must to root
Browse files Browse the repository at this point in the history
  • Loading branch information
soarpenguin committed Apr 17, 2012
1 parent 57df24b commit b495bfa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README
Expand Up @@ -10,3 +10,11 @@ This version can compile and run in ubuntu 10.04 just like:
$make
$sudo mv proc/libproc.so.3.0.5 /usr/lib
$./top #and something else not install

solve the problem to run just like (./ping) etc program need to
use (sudo or su) to root.
In the path of the program exist, use the command like:
$chown root ping
$chmod u+s ping
(XXX: may be have security problem when the program is
a virus or have some malicious code)

0 comments on commit b495bfa

Please sign in to comment.