ITI MCQ
Home
DOS AND LINUX OPERATING SYSTEMS - Quiz
Categories
Computer Operator and Programming Assistant (COPA)
DOS AND LINUX OPERATING SYSTEMS
1) Which DOS command is used to display system time?
Now
TIME
SYSTEM
SYSTEMTIME
2) What in the result of the DOS command PROMPT $D$G?
Prompt >
D : >
Current date >
Current time >
3) Which DOS command is used to list all com files in D drive?
DIR D :\ com
DIR D :\ com. *
DIR D :\ * .com
DIR D :\ * com *
4) Which Linux command is used to sort the text file ?network? in descending order?
Sort / r network
Sort - r network
Sort + r network
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
chmod 176 launcher
chmod 671 launcher
chmod 167 launcher
chmod 166 launcher
Submit Quiz