1 cavadjava@localhost:~$ su
2 Password:
3 cavadjava@localhost:/home/cavadjava# nano /etc/sudoers
1 # Allow members of group sudo to execute any command 2 sudo ALL=(ALL:ALL) ALL
# Allow members of group sudo to execute any command sudo ALL=(ALL:ALL) ALL add command 1 cavadjava ALL=(ALL:ALL) ALL
2 Password:
3 cavadjava@localhost:/home/cavadjava# nano /etc/sudoers
1 # Allow members of group sudo to execute any command 2 sudo ALL=(ALL:ALL) ALL
# Allow members of group sudo to execute any command sudo ALL=(ALL:ALL) ALL add command 1 cavadjava ALL=(ALL:ALL) ALL
Comments
Post a Comment