DOS AND LINUX OPERATING SYSTEMS - Practice Mode

1) Which DOS command is used to create a text file?
Correct Answer: Copycon
2) Which one of the following is the directory separator in Linux?
Correct Answer: "/"
3) Which character is used to represent a range of values in Linux?
Correct Answer: "[ ]"
4) Which character redirects the output of one command to another in Linux?
Correct Answer: "| pipe"
5) Which Linux command list the content of all sub directory?
Correct Answer: "ls * /"