How to give a normal user access only to the /var/log directory?
Solution 1:
Permission to view log files is granted to users being in the group adm
.
- Ubuntu: Privileges
To add a user to this group on the command line issue:
sudo usermod -aG adm <USER>