Description
This guide will show you how to Fix the User's Home Directory Permissions and Ownership in /home/Username via Command Line.
It will inspect the ownership and permission of /home/user folder. If the permission and ownership is mismatched the following command repair the permissions and ownership.
Parameters
Command
To fix Permissions and Ownership to all Users execute following command
webuzo --fix_user_dir --perms
To fix only Ownership to all Users execute following command
webuzo --fix_user_dir
To fix Permissions and Ownership for particular Users execute following command
webuzo --fix_user_dir --users=demo1,demo2 --perms
To fix Ownership of hidden files and folders for particular Users execute following command
webuzo --fix_user_dir --perms --hidden --users=vtest