I would like to give one of my users access to the tail command (/usr/bin/tail). When they run
sudo tail -f /var/log/messages
they receive "Sorry, user USER is not allowed to execute '/usr/bin/tail' as root "
What do I need to add to /etc/sudoers to allow access??