Just make the other account's uid/gid 0
- cnb
On Thu, 12 Sep 2002 20:10:50 +0530 (IST) Nikhil Joshi nikhiljoshi@subdimension.com wrote:
Hi!
Is it possible to give root previlages to some account ? It shud have all the powers of root. i know its kinda dumb idea but still i wud like to know if its possible.
let's consider i want to give root previlages to foo I tried this:
$cp /bin/bash /home/foo #chown root /home/foo/bash #chmod +s /home/foo/bash
but when i do ./bash in directory nd type whoami it gives me foo nd not root !
what shud i do?
Please enlighten.