Tag: testing

Questions Related to testing

  1. mv new old

  2. cp new old

  3. rn new old

  4. rename new old


Correct Option: A
  1. newdir flower

  2. mkdir flower

  3. crdir flower

  4. crtdir flower


Correct Option: B
Explanation:

To create a new directory called "flower" in UNIX, you need to use the "mkdir" command. This stands for "make directory" and is used to create a new directory in the current location.

Let's go through each option and explain why it is right or wrong:

A. newdir flower: This option is incorrect. There is no "newdir" command in UNIX. The correct command to create a new directory is "mkdir".

B. mkdir flower: This option is correct. By typing "mkdir flower", a new directory called "flower" will be created in the current location.

C. crdir flower: This option is incorrect. There is no "crdir" command in UNIX. The correct command to create a new directory is "mkdir".

D. crtdir flower: This option is incorrect. There is no "crtdir" command in UNIX. The correct command to create a new directory is "mkdir".

Therefore, the answer is: B. mkdir flower

  1. Basic OS/SQL command knowledge, QC knowledge, Automation expert

  2. Basic OS/SQL command knowledge, Analytical Skills, knowledge of QC

  3. Analytical Skill, Critical of developer's work, Automation expert

  4. Analytical Skills, Basic OS/SQL command knowledge, Critical of developer's work


Correct Option: D

What can be the feasible end time for Jobs R & S?

  1. 3:45 & 3:30

  2. 3:30 & 3:45

  3. 3:38 & 3:35

  4. 3:38 & 3:40


Correct Option: C

What can be the start time of Job R?

  1. 00:55

  2. 1.00

  3. 1.05

  4. 3.39

  5. All of the above


Correct Option: B,C

What can be the end time of Job Q?

  1. 3.00

  2. 3.30

  3. 3.50

  4. 4.05


Correct Option: C
  1. type not_empty

  2. cat not_empty

  3. more not_empty

  4. view not_empty


Correct Option: B
  1. grep plasmodium *

  2. find plasmodium -all

  3. lookup plasmodium *

  4. cat plasmodium *


Correct Option: A
  1. Shift+F3

  2. Shift+F10

  3. Shift+Alt+F3

  4. CTRL+Shift+F3


Correct Option: C