Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Now use the find command from your home directory again to find the file type of all of the files below your home directory. (
Now use the find command from your home directory again to find the file type of all of the files below your home directory. HINT: use the exec option with file command What command did you use:
In your home directory, create a new subdirectory called findtest. Now cd to the findtest subdirectory and then create a file in it called test Therefore, the only file in the findtest subdirectory should be test Run the following find commands note the second one is without doublequotes:
find name test ls
find name test Is
Do both of the sommands work?
Now create another file in the findtest directory called test and run the find commands above again. Which command # or # generates an error?
Explain in detail why one of them generates an error, and the other does not. HINT: Remember to use the set command to see how the shell interprets this command, in this case, the asterisk :
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