operating systems Online Quiz - 79

Covers operating systems concepts including Windows Server, Windows architecture, and Unix/Linux command-line operations

14 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

Command to remove directory which is having few files inside.

  1. rmdir
  2. rm
  3. rm -r
  4. None
Question 2 Multiple Choice (Multiple Answers)

Command to rename a file in unix

  1. rename
  2. rm
  3. mv
  4. cp
Question 3 True/False

wc command can be used to count the number of lines in a file

  1. True
  2. False
Question 4 Multiple Choice (Multiple Answers)

command to find a string inside a file.

  1. find
  2. grep
  3. search
  4. None
Question 5 Multiple Choice (Single Answer)

What is the purpose of sed command

  1. A Serial Editor
  2. A Stream Editor
  3. A shredder tool
  4. All the above
Question 6 Multiple Choice (Single Answer)

output=1;echo "2+3"|bc|read output | echo $output What is the output ?

  1. 1
  2. 5
  3. 0
  4. a Blank line
Question 7 Multiple Choice (Single Answer)

which command is used to create a zero byte file ?

  1. touch
  2. cat
  3. man
  4. vi
Question 8 True/False

" ls >| output.log " will overwrite the ouput.log file if present

  1. True
  2. False
Question 9 Multiple Choice (Single Answer)

How to list the directory and files structure up to a depth of one directory

  1. ls -ltr
  2. ls -R
  3. ls *
  4. ls -L2
Question 10 Multiple Choice (Single Answer)

Originally code-named Monad, what is Microsoft's latest extensible command-line shell and scripting language?

  1. PowerShell
  2. Windows Management Instrumentation
  3. Microsoft DOS
  4. Bash
Question 11 Multiple Choice (Single Answer)

What X.500- and LDAP-based technology did Microsoft introduce into its domain structure with the release of Windows Server 2000?

  1. Group Policy
  2. Active Directory
  3. Open Directory
  4. eDirectory
Question 12 Multiple Choice (Single Answer)

The Windows OS architecture is highly modular and built on two layers. One layer is called User Mode. What is the other layer called?

  1. The Hardware Abstraction Layer (HAL)
  2. Hyper-V
  3. Kernel Mode
  4. Executive Services
Question 13 Multiple Choice (Single Answer)

Windows Server 2008 introduces a minimal installation option, known chiefly as "Windows without Windows." What is the official moniker of this option?

  1. Windows Server MiniMe
  2. Server Core
  3. Windows Preinstallation Environment (WinPE)
  4. Hyper-V
Question 14 Multiple Choice (Single Answer)

Fill in the blanks: To create a VPN in Windows NT 4.0, you would use the ____ protocol, which has been made obsolete in modern Windows VPNs through the use of the _____ protocol and IPSec

  1. PPTP and L2TP
  2. PPoE and SMTP
  3. SMTP and PPoE
  4. L2TP and PPTP

Practice this chapter

Fill in the Blanks (13781 questions)