1 Answer
Its possible. The default is /home/user/ to change as required, run the below command.
# usermod -m -d (NEW_PATH) (USER_NAME)
NOTE: Once you give this command, the default path will be changed.
Your Answer
x