/etc/sudoers

I‘m typing the following command:

But, getting the error:

How do I fix this problem under Debian / Ubuntu / RHEL / CentOS Linux?

{ 0 comments }

I‘m not told to use the root user to perform activities that do not require it. I’ve configured sudo for myself and for other web developers so that they can restart MySQL or Apache web server. How do I send email when sudo run by one of my user? How do I keep track of user login done via sudo command?

{ 10 comments }

I use sudo to provide permissions and command execution rights to other users under UNIX and Linux operating systems. However, I noticed something strange about sudo. When executing sudo, it will prompt for the user’s password the first time, but sudo no longer requires a password anymore when re-executing it. Why? Is this is a security risk?

{ 5 comments }