www.ITISkill.com
Home
DOS AND LINUX OPERATING SYSTEMS - Quiz
Categories
Computer Operator and Programming Assistant (COPA)
DOS AND LINUX OPERATING SYSTEMS
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
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
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
Submit Quiz