Tag: operating systems

Questions Related to operating systems

When was Active Directory first released with?

  1. Windows 2003 Server

  2. Windows 2000 Server

  3. Windows 2008 Server

  4. Windows 2003 Server R2


Correct Option: B

What was Active Directory called in older Microsoft documents?

  1. SIDS

  2. DTDS

  3. NTDS

  4. UIDS


Correct Option: C

Everything that 'Active Directory' tracks is considered an

  1. Object

  2. Tree

  3. Domain

  4. Forest


Correct Option: A

At the top of the Active Directory structure is the

  1. Domain

  2. Site

  3. Tree

  4. Forest


Correct Option: D

The objects held within a domain can be grouped into containers called

  1. Sites

  2. Tree

  3. Organizational Units (OUs)

  4. Trusts


Correct Option: C

Which command is used to delete all files in the current directory and all its sub-directories?

  1. go to particular directory and type rm -rf

  2. go to particular directory and type rm*

  3. go to particular directory and type *rm -rf

  4. go to particular directory and type rm -rf*


Correct Option: D

Which command is used to delete all files in the current directory and all its sub-directories?

  1. go to particular directory and type rm -rf

  2. go to particular directory and type rm*

  3. go to particular directory and type rm -rf*

  4. go to particular directory and type *rm -rf


Correct Option: C

Which command is used to delete all files in the current directory and all its sub-directories?

  1. go to particular directory and type rm -rf

  2. go to particular directory and type rm*

  3. go to particular directory and type rm -rf*

  4. go to particular directory and type *rm -rf


Correct Option: C
  1. No, it is not a command

  2. Yes, it stands for kilobytes used by each subdirectory

  3. It will display the current users available in the system

  4. The df command reports on the space left on the file system


Correct Option: B
  1. cat displays files cotents. if the file is large the contents scroll off the screen before we view it. commad 'more' is like a pager which displays the contents page by page

  2. more displays files cotents. if the file is large the contents scroll off the screen before we view it. commad 'cat' is like a pager which displays the contents page by page

  3. Both will not used to display

  4. Both will display page by page


Correct Option: A