Use find to list all the files in the /usr hierarchy. Send the output through a pipeline to head to list only the first 10 files in the list. It may take a while before find displays output.
What will be an ideal response?
$ find /usr | head
/usr
/usr/src
/usr/src/debug
/usr/src/kernels
/usr/sbin
/usr/sbin/groupadd
/usr/sbin/usb_modeswitch
/usr/sbin/sssd
/usr/sbin/lusermod
/usr/sbin/pppoe
You might also like to view...
MC Which of the following statements would cause a while structure to stop executing?
a) 3 <= 11. b) !(7 != 14). c) 6 != 9. d) All of the above.
What does the term quash mean?
a. To crush. b. To revoke. c. To serve an order. d. To score a point in curling. This is a trick question.
EBT is an acronym forEBT is an acronym for
(a) Electronic Business Technology. (b) Electronic Business Transfer. (c) Electronic Benefits Technology. (d) Electronic Benefits Transfer.
In a Word document, a(n) ________ is a graphic that can be moved independently of the surrounding text characters
A) inline object B) floating object C) object anchor D) drawing object