/ Published in: Bash
change user's home directory
Expand |
Embed | Plain Text
# To change the user's home directory, just use the 'usermod' command, which exists on all unices. It works like this: usermod -d /path/to/new/homedir/ username
You need to login to post a comment.
