Dos and Linux Operating Systems Set 8


Which DOS command is used to create a text file?
  
    (A) List
    (B) Type
    (C) Copycon
    (D) Dir

Copycon

Which one of the following is the directory separator in Linux?
  
    (A) "/"
    (B) """,(C) ""//"""
    (D) "\"
    /

Which character is used to represent a range of values in Linux?

(A) "( )"
  
    (B) "[ ]"
    (C) "{ }"
    (D) answer=""[ ]""> "< >"
    [ ]

Which character redirects the output of one command to another in Linux?

(A) ". dot"
  

    (B) "| pipe"
    (C) ": colon"
    (D) "; semicolon"
    | pipe

Which Linux command list the content of all sub directory?

(A) "ls ~"
  
    (B) "ls * /"
    (C) "ls /"
    (D) "ls ../"
    ls * /