Results 1 to 9 of 9
I understand that logging in as the root (admin) makes your system unstable and un-secure but where I get confused is...
I have just installed Ubuntu and then obviously created ...
- 09-04-2010 #1
I am confused about the root sudo thing, help!
I understand that logging in as the root (admin) makes your system unstable and un-secure but where I get confused is...
I have just installed Ubuntu and then obviously created a login to use as it ask's you but it does let me log on with that account and it isn't restricted like the root is ment to be so is that the root or not?
and if it's not the root can you please tell me what is for future refrence...
Cheers!
- 09-04-2010 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
You can check this short article for more info on sudo and root user:
http://www.linuxforums.org/forum/ubu...in-ubuntu.html
I'm personally not a fan of using sudo, but some users love it!
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 09-04-2010 #3
As I understand it,
Ubuntu has locked 'root' and implemented a "sudo <command>" method.
This activates the logger, requires your password, and allows tracking.
You are temporary 'root' and your password is logged, and your commands are logged. Much safer than allowing a full drop to 'root' priviledges.
glene77is
- 09-05-2010 #4
Yep, that's nearly the truth except that not Ubuntu invented sudo. That's a general command available on most Linux distributions by default and it's always recommended to use sudo instead of logging in as root. That's much safer because the chance that you do bad things accidentally is much lower. With sudo you can also allow and even disallow specific commands for some users so they can run them with root privileges. When you need to really become root (e.g. because something does not work with sudo etc.) then type su and enter the root password (not your own as with sudo). With su - username and this user's password you can also become "username". Of course root himself can become any user with su without being prompted for a password.
- 09-05-2010 #5
not being rude but I don't think you've answered my question is the 'root' the first account you make when you first install Ubuntu?
- 09-05-2010 #6
Oh, I thought your question had already been answered and I just added something to the last post.
But no: you don't create a root account. The root account is always there and the account you create during the installation process is your normal user account with sudo privileges.
- 09-05-2010 #7
Ah thank you! so its fine to use the account that I created on installation?
Last edited by Spyderkid; 09-05-2010 at 09:36 AM. Reason: forgot to add ?
- 09-05-2010 #8
- 09-06-2010 #9


Reply With Quote