Results 1 to 4 of 4
i have debian 4.0 installed in qemu, and i installed sudo using aptitude.
but when i go to use sudo
for example:
Code:
cody@cody-debian:~$ sudo aptitude update
I get this:
...
- 05-13-2008 #1
[SOLVED] help setting up sudo
i have debian 4.0 installed in qemu, and i installed sudo using aptitude.
but when i go to use sudo
for example:
I get this:Code:cody@cody-debian:~$ sudo aptitude update
How do i add the user cody to the "sudoers file"?Code:cody is not in the sudoers file. This incident will be reported.
thanksMicrosoft isn't evil, they just make really crappy operating systems.
Linus Torvalds
Personal and politically centrist blog.--->http://www.deathnerd.com
- 05-14-2008 #2
Did you try something like this?
- 05-14-2008 #3
Execute this
Code:su - echo "cody ALL=(ALL) ALL" >> /etc/sudoers
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-14-2008 #4
Thank you guys, it is now working
Microsoft isn't evil, they just make really crappy operating systems.
Linus Torvalds
Personal and politically centrist blog.--->http://www.deathnerd.com



