Quote:
Originally Posted by bigtomrodney I believe you want to install sudo rather than sudoers. It may already be installed. The file /etc/sudoers is the config file for sudo and visudo is provided to edit /etc/sudoers to prevent damaging the file and hindering access. Your initial editing of the file should be done as root, whether using vim or visudo as you will have to grant access first. | Hi bigtomrodney,
I got it. Thanks for your advice..
Sudo has not been installed on Debian Etch which is running as guest on a VM. Only limited packages has been download/installed, a basic OS for building headless server.
Edit:
A further question.
To allow satimis having admin's privilege I ran;
# visudo
adding;
satimis ALL=(ALL) ALL
below root.
Is this the correct step? Thanks.
B.R.
satimis |