Report this

What is the reason for this report?

changing home dir for new user

Posted on July 1, 2014

I added a new user and it has added the user in the home dir. I want to give the user access only to a certain part of the server, how can this be done. I want him to have access to “/usr/share/nginx/public_html” directory only. Can someone help with the right command because i am not a developer. Thanks



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.

You can change a user’s home directory by running the following command:

sudo usermod -d /usr/share/nginx/public_html username

chroot? how can i do this and thank you very much for the help

tried the above and when i log in as that user to WinSCP it still direct to the home directory. I want to lock him in the above directory and limit his privileges.

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.