Write the command that can be used to answer the following questions. (Hint: Try eachout on the system to check your results.)a. Find all files on the system that have the word “test” as part of their filename.b. Search the PATH variable for the pathname to the awk command.c. Find all files in the /usr directory and subdirectories that are larger than 50 kilobytesin size.d. Find all files in the /usr directory and subdirectories that are less than 70 kilobytesin size.e. Find all files in the / directory and subdirectories that are symbolic links.f. Find all files in the /var directory and subdirectories that were accessed less than60 minutes ago.g. Find all files in the /var directory and subdirectories that were accessed less than sixdays ago.h. Find all files in the /home directory and subdirectories that are empty.i. Find all files in the /etc directory and subdirectories that are owned by the groupbin.
Write the command that can be used to answer the following questions. (Hint: Try each
out on the system to check your results.)
a. Find all files on the system that have the word “test” as part of their filename.
b. Search the PATH variable for the pathname to the awk command.
c. Find all files in the /usr directory and subdirectories that are larger than 50 kilobytes
in size.
d. Find all files in the /usr directory and subdirectories that are less than 70 kilobytes
in size.
e. Find all files in the / directory and subdirectories that are symbolic links.
f. Find all files in the /var directory and subdirectories that were accessed less than
60 minutes ago.
g. Find all files in the /var directory and subdirectories that were accessed less than six
days ago.
h. Find all files in the /home directory and subdirectories that are empty.
i. Find all files in the /etc directory and subdirectories that are owned by the group
bin.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps