Answered step by step
Verified Expert Solution
Question
1 Approved Answer
5.) Under the current directory (i.e. $HOME/a3/), use find to locate from your home directory tree all files with the extension .html or .HTML files
5.) Under the current directory (i.e. $HOME/a3/), use find to locate from your home directory tree
- all files with the extension .html or .HTML
- files having a specific inode number
- directories having permission 666
- files modified yesterday.
6.) Create a folder today in the home directory.
Under the current directory (i.e. $HOME/a3/), use find (one command only) to
- move all regular files modified within the last 24 hours to the today directory under the home directory
- locate all files named a.out or core and remove them interactively
- locate a file addressbook that you pre-created in one of the sub-directories $HOME/a3/ch4/ and copy it to the current directory
- change all sub-directory permissions to 777 and all file permissions to 666. Hint: -o could be used to connect two conditions with their own respective actions.
Can someone please answer the following questions for me. Please include command + output. I will give upvote if the questions are done completely and correctly. Thank you in advance!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started