Tag: operating systems

Questions Related to operating systems

  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
  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
  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