Operating System Commands: Linux, DOS, and Windows

Test your knowledge of essential commands across different operating systems including Linux/Unix utilities, DOS commands, and Windows 7 features. Covers process management, file permissions, system configuration, memory management, and more.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

The Feature in windows 7 that enhances the display.

  1. Peep Feature
  2. Peek Feature
  3. Aerodydamic Feature
  4. Aero Feature
Question 2 Multiple Choice (Single Answer)

You can connect to your home PC media library while you're away using..

  1. Remote Media Communicating
  2. Remote Media Streaming
  3. Remote Media Connection
  4. Remode Media Managing
Question 3 Multiple Choice (Single Answer)

which Command Scans your computer for known viruses.

  1. TYPE
  2. MSAV
  3. JOIN
  4. ATTRIB
Question 4 Multiple Choice (Single Answer)

which Command is Used to load a file with country-specific information.

  1. FUNC
  2. COUNTRY
  3. MEM
  4. NLSFUNC
Question 5 Multiple Choice (Single Answer)

which Command is used to continuously monitors your computer for viruses and displays a warning when it finds one.

  1. VIRUSVIEW
  2. KEYB
  3. VSAFE
  4. MKDIR
Question 6 Multiple Choice (Single Answer)

which Command is Used in the CONFIG.SYS file to tell DOS which device driver to load.

  1. MODE
  2. DEVICE
  3. PATH
  4. PROMPT
Question 7 Multiple Choice (Single Answer)

which Command is Used to gain access to CD-ROM drives (new with DOS Version 6).

  1. MSCDEX
  2. INCLUDE
  3. DIR
  4. FCBS
Question 8 Multiple Choice (Single Answer)

which Command is used to Display the contents of a file.

  1. SHOW
  2. TYPE
  3. READ
  4. VER
Question 9 Multiple Choice (Single Answer)

which Command is used to Transfer the operating system files to another disk.

  1. FDISK
  2. DATE
  3. FORMAT
  4. SYS
Question 10 Multiple Choice (Single Answer)

which Command is used to Provide detailed technical information about your computer.

  1. CD
  2. MSD
  3. XCOPY
  4. CONVERT
Question 11 Multiple Choice (Single Answer)

which Command is used to Save disk storage information that can be used to recover accidentally erased files.

  1. MIRROR
  2. VIRTUAL
  3. CHKDSK
  4. EXIT
Question 12 Multiple Choice (Single Answer)

which Command is used to Display amount of installed and available memory, including extended, expanded, and upper memory.

  1. RMDIR
  2. DEL
  3. MEM
  4. DELOLDOS
Question 13 Multiple Choice (Single Answer)

which Command is used to Ensure that a program is loaded above the first 64K of conventional memory, and runs the program.

  1. LOADHIGH
  2. DISKCOMP
  3. EXPAND
  4. LOADFIX
Question 14 Multiple Choice (Single Answer)

which Command is Used in the CONFIG.SYS file to set parameters for a disk drive.

  1. DRIVPARM
  2. FOR
  3. GOTO
  4. MEMMAKER
Question 15 Multiple Choice (Single Answer)

What write permission for a directory means?

  1. You only can list the contents of that directory.
  2. You can change to that directory.(Making that directory as present working directory)
  3. You can create new content inside that directory.
  4. Write permission for a directory wont effect anything.
Question 16 Multiple Choice (Single Answer)

What umask = 0002 means?

  1. Files have default permission as rw-rw-r--.and for directory it is as rwxrwxr-x
  2. Files have default permission as r--r--r--.and for directory it is as r-xr-xr-x
  3. Files have default permission as rw-rw-rw-.and for directory it is as rw-rw-rw-
  4. None of the above.
Question 17 Multiple Choice (Single Answer)

Command to list all open files in a Linux System.

  1. lsof
  2. ls .open
  3. lsopen
  4. lsof -x
Question 18 Multiple Choice (Single Answer)

Command kill -9 ............

  1. Request kernel to kill a process
  2. Ask user to terminate the process or not.
  3. There os no such command exist.
  4. Order kernel to kill a process.
Question 19 Multiple Choice (Single Answer)

Read following two commands: cat | sort sort < cat What is the diffrence between both the commands?

  1. First command will display the file in sorted order.But second result an error.
  2. Second command will display the file in sorted order.But first result an error.
  3. Both give the same result, Display the file in a sorted order.
  4. Both command will work but only first result in a sorted file.
Question 20 Multiple Choice (Single Answer)

Difference Between date & time command in Linux Machine.

  1. date command gives current date and time and time , time command wont exist in Linux.
  2. date command gives current date and time , time command wont give current time.
  3. date command gives current date , time command gives current time.
  4. date command gives current date and time , time command gives current time.