A "very" simple, and noob, question...
Being almost a toddler in the Linux World, these kinds of issues are not a concern in the Windows World...
When would you need to be a Root, and when can you "live" with just being a "user"?
For months now, not having the idea/theory of this down yet, I have ALWAYS logged out as my User account, and re-logged in as Root, to do apt-get updates, installs, and upgrades. From the jest, within this forum, I am starting to feel that this isn't the case. That only "certain" things require you to be "God", and most "everything" else, can just be done as a User.
Like I said, I haven't quite "caught on" to Linux yet, and I haven't really found a "clear-cut" answer to "when and where" this seperation is made.
Can someone "elaborately enlighten" me on this perplexion? ( I would be thankful in being able to isolate my further learning in this area :D )
Cuddles
PS -=- I am quite sure that "this" forum has had these issues before, considering the "newness" a lot of people have to some of the "unique" situations that come along with Linux, and its concepts - but, maybe someone was unsure how to post it ?
Re: A "very" simple, and noob, question...
Quote:
Originally Posted by Cuddles
I have ALWAYS logged out as my User account, and re-logged in as Root, to do apt-get updates, installs, and upgrades.
Poor Cuddles has been corrupted by M$ but I think you've turned away from the darkside before it was too late. You never need to log in as root (well almost never :) ). You will usually be told when you need to get root. I execute most all commands that need to be done as root with sudo.
sudo xedit /boot/grub/menu.lst
You need to be part of the /etc/sudoers file. You can configure it to require a password or not. If you want to be root fine- just make sure you log in as user and get root when you need it. Don't use IRC or surf the web as root- even if you're using Knopix from cd and no hdd in the box. Why? Well, just try to get into #debian as root. ;) You would also have to configure GDM to allow a root login (not sure about KDM) as it does not by default.
I have a dozen or more terminals open usually and in one or two i get root and go about my business there. If using virtual terminals and you wish to change from root to user or visa versa simply say
login
and you'll have a prompt at which to log into.