Linux and most Unix-based systems:
- chmod
- chown
- cp
- egrep
- grep
- mv
- passwd
- rm
- tee
- test
- touch
For example, on a Linux system add the following line in the sudoers file:
<SerAcctName> ALL=(root) NOPASSWD: /bin/chmod, /bin/chown, /bin/cp, /bin/egrep, /bin/grep, /bin/mv, /bin/rm, /usr/bin/passwd, /usr/bin/tee, /usr/bin/test, /usr/bin/touch