Tag: operating systems

Questions Related to operating systems

Which command is to search for the information in a file or files ?

  1. grep

  2. awk

  3. sed

  4. vi


Correct Option: A

Which command is used to find the default permission ?

  1. chmode

  2. Umask

  3. chmode -r

  4. chmode -l


Correct Option: B

While in command mode you press "a" : what happens?

  1. This is an invalid command

  2. The editor goes in to insert mode and start inserting text after the current cursor location

  3. The editor searches for charater "a" in the open file

  4. The editor gives a beep sound


Correct Option: B

You have made changes to a file and want to quit vi without saving these changes. what command will you use?

  1. :wq

  2. x

  3. q!

  4. w!


Correct Option: C
  1. command mode

  2. Last line mode

  3. insert or input mode

  4. All of the above


Correct Option: D