Tag: operating systems

Questions Related to operating systems

pwd --- tells you where you currently are

  1. True

  2. False


Correct Option: B

more filename --- shows the first part of a file, just as much as will fit on one screen.

  1. True

  2. False


Correct Option: B

diff filename1 filename2 --- compares files, and shows where they differ

  1. True

  2. False


Correct Option: B

cp filename1 filename2 --- copies a file

  1. True

  2. False


Correct Option: B

AI Explanation

To answer this question, let's go through each option:

Option A) True - This option is incorrect because the command "cp filename1 filename2" does not copy a file. In fact, it is used to rename a file. It renames the file "filename1" to "filename2" in the same directory.

Option B) False - This option is correct because the command "cp filename1 filename2" does not copy a file. It is used to rename a file.

The correct answer is B) False.

grep string filename(s) --- looks for the string in the files.

  1. True

  2. False


Correct Option: B
  1. Web Edition

  2. Standard Edition

  3. Enterprise Edition

  4. Data centre edition


Correct Option: A,B,C,D