Results 1 to 8 of 8
Trying to use sudo within 10.2. However, when I type sudo bash or something similar it asks for the root password instead of mine. Any ideas?...
- 11-08-2007 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 3
Sudo
Trying to use sudo within 10.2. However, when I type sudo bash or something similar it asks for the root password instead of mine. Any ideas?
- 11-08-2007 #2
sudo is the command to get superuser's privileges (root in linux, administrator in Windows). You had set up root's password during SuSE's installation.
- 11-08-2007 #3Just Joined!
- Join Date
- Nov 2007
- Posts
- 3
yeah i did that i am trying to just run a command using sudo and it asks for roots password instead
- 11-08-2007 #4
- 11-08-2007 #5
valemon,
From the sudo man page:
skinfrakki,sudo requires that users authenticate themselves with a password by default (NOTE: in the default configuration this is the user's password, not the root password).
Did you customize /etc/sudoers yourself? What does it look like?
- 11-08-2007 #6
My bad. Thank you Thrillhouse
- 11-08-2007 #7forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
Welcome to the forums!

Here's a sudo HowTo that might help you get it setup properly and better understand how to use it:
Sudo Howto - Waikato Linux Users Groupoz
→ 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.
- 11-09-2007 #8Just Joined!
- Join Date
- Nov 2007
- Posts
- 3
visudo -c
/etc/sudoers file parsed OK


Reply With Quote
