DOS AND LINUX OPERATING SYSTEMS - Practice Mode

1) Which Linux command list the contents of parent directory?
Correct Answer: "ls .. /"
2) What is use of ?who? command in Linux?
Correct Answer: login user
3) Which command is used to hide the file?
Correct Answer: attrib +h filename
4) Which command is used to release the read only permission?
Correct Answer: attrib -r filename
5) Write the Linux command to remove all the permission to the user and group on the directory 'software'?
Correct Answer: chmod ug - rwx software