DOS AND LINUX OPERATING SYSTEMS - Practice Mode

1) Which DOS command is used to display system time?
Correct Answer: TIME
Explanation:

In computing, TIME is a command in DEC RT-11, DOS, IBM OS/2, Microsoft Windows and a number of other operating systems that is used to display and set the current system time.

2) What in the result of the DOS command PROMPT $D$G?
Correct Answer: Current date >
3) Which DOS command is used to list all com files in D drive?
Correct Answer: DIR D :\ * .com
4) Which Linux command is used to sort the text file ?network? in descending order?
Correct Answer: Sort - r network
5) Which Linux command to set the permission 'x' to user, 'rw' to others and 'rwx' to group for the file launcher
Correct Answer: chmod 167 launcher