NethServer Version: 7.4
Module: samba
Hello. I’m new to Nethserver but I know CentOS. What is the recommended way to edit templates? I prefer to use sudo instead of logging in as root over SSH.
I see one solution from here:
echo "%powerusers ALL=(ALL) ALL" > /etc/sudoers.d/90powerusers
chmod 440 /etc/sudoers.d/90powerusers
Is this the best way? I don’t see the reason for making a separate group if we already have the adm
group.
I am also confused about why the sudoers template is located in /etc
instead of under /etc/e-smith
like all the rest.