sudo or acl or setuid/setgid ?
- by Xavier Maillard
Hi,
for a reason I do not really understand, everyone wants sudo for all and everything. At work we even have as many entries as there are way to read a logfile (head/tail/cat/more, ...).
I think, sudo is defeating here.
I'd rather use a mix of setgid/setuid directories and add ACL here and there but I really need to know what are the best…