Chapter 2 A Guide To Using Unix
Chapter 2 A Guide To Using Unix
Fourth Edition
Chapter 2
Exploring the UNIX/Linux File Systems
and File Security
Objectives
• Normally contains:
– Files needed by the bootstrap loader
• The bootstrap loader is the utility that starts the OS
– Kernel (OS) images
• Example:
mount -t iso9660 /dev/cdrom /media/cdrom
• Use umount before removing the storage media
umount /media/cdrom