Tag: technology

Questions Related to technology

linux allows more than one root directory

  1. True

  2. False


Correct Option: B

du command displays the file system usage for the entire file system

  1. True

  2. False


Correct Option: B

Shell functions are self-contained and cannot be accessed from outside the function

  1. True

  2. False


Correct Option: B

How to display first 10 lines of all files ending with ".txt"?

  1. cat *.txt -length=10

  2. disp 10 .txt

  3. head -10 *.txt

  4. print 10 *.txt


Correct Option: C