Solved

Which Command Should You Use on a Linux System to Find

Question 26

Multiple Choice

Which command should you use on a Linux system to find and print a list of files that begin with acctg that have been modified in the last 10 days?


A) find -name acctg* -mtime -10 -print
B) search -name acctg* -mod 10 -print
C) find -name *acctg -mod 10 -print
D) search -name *acctg -mtime 10 -print

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions