Hello-
I am attempting to lock down a server that has been neglected for a few years, and while I changed most of the permissions to allow the specific group I needed, is seems there is a file that is scripted to revert its permissions to not allow any groups to edit it.
So I would like to set up /etc/sudoers so that this group can do anything they need, as long as it is within a certain directory. I think this involves the
%users /opt/directory = groupname
but I'm having trouble with the syntax of that, and the man page is just confusing me even more. Can anyone help me out with the syntax?
I am attempting to lock down a server that has been neglected for a few years, and while I changed most of the permissions to allow the specific group I needed, is seems there is a file that is scripted to revert its permissions to not allow any groups to edit it.
So I would like to set up /etc/sudoers so that this group can do anything they need, as long as it is within a certain directory. I think this involves the
%users /opt/directory = groupname
but I'm having trouble with the syntax of that, and the man page is just confusing me even more. Can anyone help me out with the syntax?
Comment