There is this problem with my newly created user with "root" privilages in my web server Ubuntu LTS 12.04 .
I follow the rule:
adduser newuser
usermod -a -G sudo newuser
then I add in visudo
# User privilege specification
root ALL=(ALL:ALL) ALL
newuser ALL=(ALL:ALL) ALL
this user is not doing well I only want to access to this this folder:
/sites
And I can't see the contente via sftp or terminal.
do I jump one more step?
thanks