First page Back Continue Last page Image
Mounting and Commands
- sudo eject /dev/hdc
- This will eject the CD if hdc is a CDROM
- sudo umount /mnt
- Unmount all drives at mount point /mnt
- sudo umount /dev/hda1
- Unmount the partition 1 on hard drive a
We are about to talk about the sudo command it means “SuperUser DO”