Tag: testing

Questions Related to testing

  1. help cp

  2. man cp

  3. cp ?

  4. all of the above


Correct Option: B
  1. mv /usr/local/bin

  2. cd /usr/local/bin

  3. setdir /usr/localbin

  4. cd usr/local/bin


Correct Option: B
  1. Data file not present

  2. Data file too large

  3. Table is accessible to the user

  4. Data in wrong format


Correct Option: C
  1. It produces a log file

  2. It take data from a text file

  3. It takes some input and produces output

  4. It is run in backend


Correct Option: B,C

How do you print the first 15 lines of all files ending by ".txt" in UNIX?

  1. print 15 .txt

  2. cat *.txt -length=15

  3. head -15 *.txt

  4. tail -15 *.txt


Correct Option: C