# ls -ld /home drwx------ 7 root root 8192 Dec 22 15:13 home
Change the permission to
# chmod 755 /home drwxr-xr-x 7 root root 8192 Dec 22 15:13 home
Linux Toolkits Blog is a scratch-pad of tips and findings on Linux
# ls -ld /home drwx------ 7 root root 8192 Dec 22 15:13 home
# chmod 755 /home drwxr-xr-x 7 root root 8192 Dec 22 15:13 home
No comments:
Post a Comment