| < Day Day Up > |
|
1. | What does the man command do? | |
2. | What is the shell command to delete a directory? | |
3. | What is the default shell used by Linux? | |
4. | What is the Linux command to delete a file? | |
5. | What is found in KDE under Extras? | |
6. | What is the Linux equivalent of the Windows Recycle Bin? | |
7. | The File Manager in Linux operates much like what other type of application? | |
8. | What is the Linux command to view all the files in a directory? | |
Answers
1. | It brings up a manual page for a specific command. |
2. | rmdir |
3. | bash (Bourne-again shell) |
4. | rm |
5. | Additional items for the other major categories. |
6. | Trash Bin |
7. | Windows Explorer |
8. | ls |
| < Day Day Up > |
|