DispersedNet
SiteMap
Network Admin
Unix Admin
System Admin
Network Security
Physical Devices
«Prev
Linux Admin
System Administration
Unix related OS
Determining Unix Version
SU root Privileges
Manual Admin
essential man Options
Adding New Man Pages
man Default Path
Unix OS Conclusion
Access Permissions
File Attributes Permissions
Manipulating Groups Owners
Basic Access Permissions
Numeric Access Codes
Setting Default Permissions
chmod Command
Additional Permission Bits
Unix File Ownership
File Types
Regular Files
Device Files
Symbolic Links
Determining File Types
Directory Listings
ls Command Options
Finding Files Command
Command Predicates
Using xargs with find
wc head tail Commands
Files Directories
Unix Process
Types Processes
Unix Fork Call
Process Access Permission
Suid Guid Permissions
Monitor Running Processes
Search Paths
Simple Shell Script
Periodic Process
crontab Command
Editing Control Crontab
Unix Process Conclusion
Devices Disk Filesystems
Mapping Files Physical Devices
System Configuration Files Unix - Exercise
Using the fstab file (Linux)
Objective:
Examine the system configuration file to find where special device files are mounted. This exercise simulates a UNIX command line and allows you to practice entering commands.
Exercise scoring
This exercise is not scored. When you have completed the simulation, click the
Submit
Done button to receive full credit and to review the exercise solution.
Instructions
In this exercise, you will see how well you understand using the fstab system configuration file to determine where special device files are mounted. Start the simulation below and work through the situation presented.
1) Text 1
2) Text 2
3) Text 3
4) Text 4
5) Text 5
6) Text 6
7) Text 7
❮
❯
Notice that the /dev/fd0 device has a |||(S7)noauto|||(S0) entry. This means that when the system boots, it will not mount this device automatically. This feature is necessary because you will not want to have a floppy in the drive at all times. It also makes the system more secure, because in most systems (excluding Linux) a user must have root permission to mount a floppy or any other drive. Now, type |||(S1)mount -a|||(S0) to mount the /home directory again, using the default information in the /etc/fstab file. If you use the |||(S7)-a|||(S0) argument of mount, you can force the system to read the fstab file.
Mount home directory
mount -a
The command you have entered is incorrect. Please check the instructions and try again.
This is the end of the simulation. Click the Exit button.