-
Notifications
You must be signed in to change notification settings - Fork 1
Sudo
Sebastien Lucas edited this page Aug 23, 2012
·
1 revision
vim /etc/sudoers
- This line means: The root user can execute from ALL terminals, acting as ALL (any) users, and run ALL (any) command.
root ALL=(ALL) ALL
- Editer le fichiers visudo avec vim
export VISUAL=vim; visudo