Which is better to set users up under: Wheel or SUDO
So some of the Linux servers that I'm managing, the previous admin had some users in sudoers and had some in the wheel group.
Its my understanding that the wheel group is legacy. However if a user is placed under sudoers, then we can track their transactions under /var/log/secure.
So I'm wondering which one would be better to setup my power users under.
Responses