Deploy User

Mitch

Verified User
Joined
Apr 16, 2013
Messages
75
Hi all,

I want to create a deploy user. I want that user to accessible /home/{user}/...
But what is the best way to do that? (I don't want any sudo permissions)

Regards Mitch
 
Hello,

Try to add the user into "access" group. That should allow to browse home dirs, but not include/read files with PHP.
 
Hi,

I can browse through the maps, but I cant list them or create any maps.
 
I'm talking about the folders in /home/{user}. I cant see them but I can go into them.. A bit strange xD
 
Nothing strange while you have as well as others 711 on /home, which does not allow read content of /home. Change it to 755 if you need to view a list of users. That less secure, but still you're a boss on your server.
 
Back
Top