Tag: operating systems

Questions Related to operating systems

The most popular shell for unix till date is:

  1. Bourne

  2. Bash

  3. C shell

  4. Korn shell


Correct Option: B
  1. chmod u+c filename

  2. chmod g+x filename

  3. chmod og-rx filename

  4. chmod o+x filename


Correct Option: D

The shortcut to suspend existing running jobs is:

  1. ctrl+a

  2. ctrl+z

  3. ctrl+c

  4. ctrl+s


Correct Option: B

What will the following command do where foo and foo1 are both directories? rm ./foo ./foo/foo1

  1. Delete foo

  2. Delete foo and foo1

  3. Produce an error

  4. None of the above


Correct Option: C