Saturday, November 6, 2021

“sudo: /etc/sudoers is world writable” – How to correct the permissions of sudoers file in CentOS 7

 $ sudo syscheck

# ls -l /etc/sudoers
# chmod 440 /etc/sudoers
# ls -l /etc/sudoers

No comments:

Post a Comment

Resetting the DirectAdmin Password via SSH:

  Resetting the Password via SSH: Access the server as root:   Use an SSH program like PuTTY to connect to your server as the root user.   R...