Tag: operating systems

Questions Related to operating systems

What is UNIX?

  1. Operating system

  2. Comapny

  3. Computer Language

  4. software


Correct Option: A

Which company originally developed UNIX?

  1. NASA

  2. AT&T

  3. IBM

  4. Apple


Correct Option: B

Which of the following operating systems are based on the UNIX kernel?

  1. Sun Solaris

  2. MAC OS X

  3. Windows 7

  4. chrome OS


Correct Option: A,B,D
  1. In high level language (C)

  2. Assembly language (low level)

  3. Machine Language

  4. All of the above


Correct Option: A
  1. A game

  2. A command-line interperter

  3. A sound card driver

  4. A text editor


Correct Option: B
  1. createuser

  2. newuser add

  3. adduser

  4. useradd


Correct Option: D

Command use to connect to the outside world in unix

  1. remote

  2. internet

  3. vpn

  4. telnet


Correct Option: D
  1. newdir flower

  2. mkdir flower

  3. crdir

  4. mkdir


Correct Option: B

What do you use to forward errors to a file ?

  1. 1> filename

  2. 2> filename

  3. 2> /dev/null

  4. &> filename


Correct Option: B