--------------------------------------------
Often times, I wish to carry out privileged operations while logged in as a user.
You can this line in /etc/sudoers, to avoid password every time.
I usually add it below this line:
## Same thing without a password
# %wheel ALL=(ALL) NOPASSWD: ALL
--------------------------------------------
You can try commands like this:
#sudo vgs
You can be root simply by:
#sudo su
--------------------------------------------
No comments:
Post a Comment