Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

25. This is to find all the files in the /apps directory but do not search in /apps/bin: A. find /apps -name prune /apps/bin -o

25. This is to find all the files in the /apps directory but do not search in /apps/bin:

A. find /apps -name prune "/apps/bin" -o -print

B. find /apps -name "/apps/bin" -prune -o -print

C. find /apps/bin -name "/apps" -o -print

D. find /apps -name skip "/apps/bin" o print

E. find /apps -filename skip "/apps/bin" o print

5

26. To find all files that have been modified in the last five

days:

A. find / -mtime +5 -print

B. find / -mtime -5 print

C. find / -mtime 5+ print

D. find / -mtime 5- print

E. find / -mtime 5* -print

27. To find files in /var/adm di

rectory that have not been mod

ified in the last five days:

A. find / -mtime +5 -print

B. find / -mtime -5 print

C. find / -mtime 5+ print

D. find / -mtime 5- print

E. find / -mtime ^5 -print

28. To find all directories in /etc

A. find /etc -ty

pe dir -print

B. find /etc -type d -print

C. find /etc -dir -print

D. find /etc type=d -print

E. find /etc -d -print

29. To find all files but not directories in /etc

A. find /etc -type !dir -print

B. find /etc !-type d -print

C. find /etc -!dir -print

D. find /etc t=!d -print

E. find /etc ^d -print

30. To match all filenames that

start with f, followed by any

two characters, followe

d by any string; the end

character must be an s:

A. ls f??[?*]s

B. ls f??*s

C. ls f**?s

D. ls f?**s

E. ls f**+s

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

Recommended Textbook for

Advances In Databases And Information Systems 22nd European Conference Adbis 2018 Budapest Hungary September 2 5 2018 Proceedings Lncs 11019

Authors: Andras Benczur ,Bernhard Thalheim ,Tomas Horvath

1st Edition

3319983970, 978-3319983974

More Books

Students also viewed these Databases questions

Question

Discuss the key ambient conditions and their effects on customers.

Answered: 1 week ago

Question

Be familiar with the integrative servicescape model.

Answered: 1 week ago

Question

Understand the role of corporate design in communications.

Answered: 1 week ago