Report this

What is the reason for this report?

Read the files of "root" by another user

Posted on August 15, 2014

After execution of Initial Server Setup… When i’ve changed user, i can’t open var/log/apache2 (Permission Denied) .“root” is owner. I’ve changed permissions to 755 but i think this solution is insecure. Can you suggest more reliable solution? Thank you.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Add your other user (non-root) to the sudoers file, then login as the user and sudo ls -al.

The user was added to the sudoers file. I’ve found the solution. The problem was that apache logs dir. has rights 750, group “adm” and i couldn’t read this dir. with non-root / non-adm group user. To do this - i need to add “user” to “adm” group

sudo usermod -a -G adm user

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.