ITI MCQ
Home
DOS AND LINUX OPERATING SYSTEMS - Practice Mode
Categories
Computer Operator and Programming Assistant (COPA)
DOS AND LINUX OPERATING SYSTEMS
Practice Mode
1) Which Linux command list the contents of parent directory?
"ls ~"
"ls */"
"ls /"
"ls .. /"
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: "ls .. /"
Question Details
1) Which Linux command list the contents of parent directory?
"ls ~"
"ls */"
"ls /"
"ls .. /"
2) What is use of ?who? command in Linux?
login user
logout user
login password
logout password
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: login user
Question Details
2) What is use of ?who? command in Linux?
login user
logout user
login password
logout password
3) Which command is used to hide the file?
attrib -h filename
attrib +h filename
attrib /h filename
attrib \h filename
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: attrib +h filename
Question Details
3) Which command is used to hide the file?
attrib -h filename
attrib +h filename
attrib /h filename
attrib \h filename
4) Which command is used to release the read only permission?
attrib -r filename
attrib +r filename
attrib /r filename
attrib \r filename
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: attrib -r filename
Question Details
4) Which command is used to release the read only permission?
attrib -r filename
attrib +r filename
attrib /r filename
attrib \r filename
5) Write the Linux command to remove all the permission to the user and group on the directory 'software'?
chmod ug - rwx software
chmod ug - a software
chmod ug - A software
chmod ug - Rwx software
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: chmod ug - rwx software
Question Details
5) Write the Linux command to remove all the permission to the user and group on the directory 'software'?
chmod ug - rwx software
chmod ug - a software
chmod ug - A software
chmod ug - Rwx software
Previous Question Set
Back to Question Sets
Next Question Set
Try Another Topic
Try Another Quiz