1) Which Linux command list the content of all sub directory?
Correct Answer: ls * /
2) What is use of ?who? command in Linux?
Correct Answer: login user
3) Write the Linux command to remove all the permission to the user and group on the directory 'software'
Correct Answer: chmod ug - rwx software
4) What is the only editor available in virtually every unix installation?
Correct Answer: VI editor
5) Who is developed the VI editor?
Correct Answer: Bill Joy