Results 1 to 10 of 10
I created only one user on ubuntu; since I want this user to behave exactly as root, I edited the /etc/sudoers file and adding a single line for this user, ...
- 09-11-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 19
Changing permissions
I created only one user on ubuntu; since I want this user to behave exactly as root, I edited the /etc/sudoers file and adding a single line for this user, this way:
The line added is, of course, that one for the user jobbe.Code:# /etc/sudoers # # This file MUST be edited with the 'visudo' command as root. # # See the man page for details on how to write a sudoers file. # Host alias specification # User alias specification # Cmnd alias specification # Defaults Defaults !lecture,tty_tickets,!fqdn # User privilege specification root ALL=(ALL) ALL jobbe ALL=(ALL) ALL # Members of the admin group may gain root privileges
The question is: is this a correct procedure or is there around something better?
Thanks a lot in advance
- 09-11-2007 #2
There is no need to add user jobbe in /etc/sudoers because you have created it during Installation only. jobbe has all root privileges already and it behaves as root only ( with sudo/gksu command).
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-11-2007 #3Just Joined!
- Join Date
- Sep 2007
- Posts
- 19
So, it's better to revert it back, uh?
Anyway, please help me again, if you don't mind.
I'd like to right click on a directory and change permissions, but I can't because that dir's owner is root..... how can I do it?
And thanks for the patience!
ps: I can do it via terminal, but it's faster with a click
- 09-11-2007 #4
Yes. You should remove that line from /etc/sudores files. Its for assigning root privileges to User which you have created after Installation.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-11-2007 #5Just Joined!
- Join Date
- Sep 2007
- Posts
- 19
Ok, done. Can you please take another look at my message just after your first reply, because I edited it while you were replying
- 09-11-2007 #6
Press Alt+F2 and type
Be careful. Its like logging in as root in GUI.Code:gksu nautilus
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-11-2007 #7Just Joined!
- Join Date
- Sep 2007
- Posts
- 19
Who knows what happens in life? You could even be, one day, here in Italy, Tuscany, on the sea: what's better than a good pizza talking about *nix systems?
Many thanks, again
- 09-11-2007 #8
Glad to help you.

I am planning for a World Tour in December this year and Italy is in the list.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-11-2007 #9Just Joined!
- Join Date
- Sep 2007
- Posts
- 19
Will let you know my address, phone number and other details, so that in case you need help, i'll be your sudo
- 09-11-2007 #10
Thanx a lot.
I will send you all details..
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote