|
| < Day Day Up > |
|
| 1. | What is found in the /bin directory? | |
| 2. | What does the command init 6 do? | |
| 3. | What is the shell command to activate your network card? | |
| 4. | What is in the /mnt directory? | |
| 5. | What is /dev/fp0/ ? | |
| 6. | Where would you look to change the message of the day? | |
| 7. | Why should an inexperienced person never alter anything in /etc/inittab? | |
| 8. | What is the purpose of the pwd command? | |
| 9. | What command is used to see how much free memory you have on your system? | |
Answers
| 1. | Binary files or programs. |
| 2. | Reboot the system. |
| 3. | ifconfig -up |
| 4. | Temporary storage devices such as floppy drives and CD-ROMs. |
| 5. | The floppy drive. |
| 6. | /etc/motd |
| 7. | It is where you configure the init process. Misconfiguration of this process can cause your system to be completely unbootable. |
| 8. | To give the complete path to your current directory. |
| 9. | free |
|
| < Day Day Up > |
|