LINUX OPERATING SYSTEM - Practice Mode
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