I'm very newbie in Linux.I can't access the sudoers file get this message" /etc/sudoers: Permission denied. I'm working with root user. Thx in advance.
So I made an entry in the /etc/sudoersfile, however visudo shows an error, but doesnt specify. Here is what I have- #User priveilege specification root ALL=(ALL) ALL #The following line gives an error user2 ALL=(user1)...
Certain files on a UNIX-like system, such as /etc/passwd and /etc/sudoers, are integral for managing login and authentication, and it's thus necessary to be very careful while editing them using sudo not to accidentally leave...
requiretty on /etc/sudoers. On manual:" requiretty If set, sudo will only run when the user is logged in to a real tty. When this flag is set, sudo can only be run from a login session and not via other means such as cron(8) or...