On 24/04/02 at 19:58 - Soumava Das said in public: >Hi, > I have a problem. I am not able to provide root access to the >people who actually start and stop the server on a daily basis. But I do >not also want anyone to have the permission to shut-down a server. > So, how do I allow a single non-privileged user to shut-down >the server?
use sudo. Create a user say sdn, give some password. Put sdn it sudoers. Put in .bash_profile of sdn sudo halt. Peace -- Rajesh * [EMAIL PROTECTED] * http://www.symonds.net/~rajesh/ Powered By : Debian GNU/Linux 2.2 R-3 [Kernel 2.4.18(ext3),Mutt 1.3.28i] : [Linux One Stanza Tip] From : <[EMAIL PROTECTED]> LOST #223 -**< Sub : html2txt with Lynx >**- o Save this script as html2txt | #!/bin/sh o chmod +x html2txt | ###### html2txt ###### o Usage: html2txt filename.html | lynx -dump $1 > $1.txt o Output file: filename.html.txt | exit : _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
