Answered step by step
Verified Expert Solution
Link Copied!

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

  1. all files with the extension .html or .HTML
  2. files having a specific inode number
  3. directories having permission 666
  4. 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 
  1. move all regular files modified within the last 24 hours to the today directory under the home directory
  2. locate all files named a.out or core and remove them interactively
  3. locate a file addressbook that you pre-created in one of the sub-directories $HOME/a3/ch4/ and copy it to the current directory
  4. 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions