If you were going to move a directory from one users home fo
If you were going to move a directory from one user\'s home folder to another user\'s home folder what all would you need to change so the new user would have full rights to the folder and its content.
Solution
When we move a directory from one user\'s home folder to another\'s home folder we need to add Read and Write permissions using the commands according to the operating system in the device using sudoi or su as
sudo mv /home/userA/file_name/home/userB
