PDA

View Full Version : access priviliges


yj-node
7th March 2005, 08:04 AM
hi there,

i am a linux-beginner, i would like to ask how to give certain user more privileges
and i heard an advice from someone that i shouldn't use Root for normal daily usage.
that the root should only be used for critical condition only.

so how to grant certain access to certain user, like using k3b, configure network interface, restart services, and so on and so forth

thanks for the help :D

bob
7th March 2005, 12:29 PM
Here's some great information for you on how to do this and many other things in command line: http://www.linuxcommand.org/ - In this case, check out Learning the Shell, Chapt. 7.

The real problem with using Root is that it affects all users and if you mess up, you may have to completely reinstall your programs and lose important data. Personally, I leave the privileges alone and go into the terminal ('shell', 'command line', etc.) to make my changes as 'su' or sometimes 'su -'. It's an extra step and it's not gui-friendly, but once you become familiar with the commands you'll find out that you'll be saving time and are really getting to know all about the guts of linux. Besides, most of the answers to problems on this and other forums involve using the terminal.

yj-node
8th March 2005, 01:14 AM

thanks bob for the references i will check it out asap. :D