![]() |
sudoer list: Fedora 13
ok how do I include my username in the sudoers list?
|
|
su
root password visudo under #User Priveledge Specification you should see: root ALL=(ALL) ALL add: username ALL=(ALL) ALL and save |
gives me this scenario:
carloslopez@CarlosLopez:~$ su Password: su: Authentication failure carloslopez@CarlosLopez:~$ su Password: su: Authentication failure I tried twice...how do I get past this authentication hurdle? |
Hi
Code:
$ su This does not relate to sudoers. Adding your username to /etc/sudoers will allow you to run super user commands via the sudo command. Thus for example when logged as an ordinary user; you can use sudo to edit the /etc/fstab file which belongs to root. Say for example you're logged in as john you can thereafter do the following: Code:
john@mycomputer$ sudo vi /etc/fstab |
All times are GMT -5. The time now is 05:48 PM. |