Results 1 to 7 of 7
when i run sudo and enter the right file a message say that my username is not in the sudoers file and that incident will be reported. Can anyone post ...
- 09-20-2006 #1
sudo
when i run sudo and enter the right file a message say that my username is not in the sudoers file and that incident will be reported. Can anyone post a solution Thank you.
- 09-20-2006 #2
Which command are you trying exactly?
Are you trying this on your local server? Or a remote one you cannot become root on?Now what? You have Linux installed and running. The GUI is working fine, but you are getting tired of changing your desktop themes. You keep seeing this "terminal" thing. Don't worry, they'll show you what to do @
<~ http://www.linuxcommand.org/ ~>
- 09-20-2006 #3
You have to set up sudo for it to work. Check the man page.
Basically you have to edit a special file, etc/sudoers using the command
This is what my etc/sudoers looks likeCode:# visudo
Replace "username" with your username.Code:... # User alias specification User_Alias OWNER = username # Cmnd alias specification # User privilege specification root ALL=(ALL) ALL OWNER ALL=NOPASSWD: ALL
This may or may not be what you want to do; you have to read the man page to decide. My config gives the user full priveleges with no pw.noobus in perpetuum
- 09-24-2006 #4
- 09-25-2006 #5
How do you edit it if you don't have root access? i am having the same problem as tuxv.
- 09-25-2006 #6
Using su before, If you can use su is probably because you are not in the "wheel" group
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 09-26-2006 #7
su worked. i don't have access to the internet via hardwireing though. Updating Debian is oging to be a wait. For now i use Knoppix.


Reply With Quote
