mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: June 09 2006,22:32 |
|
I agree with doobit. Making your regular user run with root power is opening your system up to vulnerabilities not only from remote sources, but from your own mistakes....one typo can destroy your system.
DSL isn't the most secure distro, but it has a happy medium, and that is the ability to run any command as root, without a password, simply by typing "sudo <command>". If you want a particular command to run as root every time, make an alias.... alias command='sudo command'
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|