You will use find ~ -perm -002 -exec chmod o-w {} \; command to fix other writable files in your home directory.
Answer option B is incorrect. The find /home -type d -ls command is used to do an ls -l style listing of all directories in /home/.
Answer options A and D are incorrect. There are no such commands in Linux.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit