Tag: operating systems

Questions Related to operating systems

  1. Command to check process status

  2. Command to list the files

  3. Stream editor

  4. Command to set env variables


Correct Option: C

Command to set the environment variables

  1. senv

  2. printenv

  3. setenv

  4. setupenv


Correct Option: C

ps is used to check

  1. page width

  2. processes currently running

  3. processes terminated

  4. page height


Correct Option: B
  1. list the files

  2. check the process status

  3. substitute one word with another

  4. copy the contents of one file to another


Correct Option: C

A file can be created using

  1. touch

  2. vi

  3. cat

  4. a&b


Correct Option: D
  1. prints the output

  2. does not print the output

  3. changes the output

  4. None of the above


Correct Option: B
  1. provides the execute permission

  2. removes the execute permission

  3. provides write permission

  4. removes read permission


Correct Option: A