Could not chdir to home directory /home/btbs: No such file or directory
Fix :
This error is due to home path is set incorrectly in passwd file. Please do the below :
create home directory for user /export/home/username (Its for solaris). You can create /home or /export/home depends on your configuration.
cat /etc/passwd
Pleae check the home path for user.
btbs:x:101:1::/home/username/bin/sh
Update your actual home path as below,
btbs:x:101:1::/export/home/username:/bin/sh
It fixed the issue.
No comments:
Post a Comment