4.6 /dev

This is where “strange files” corresponding to hardware devices are created. In our earlier example, /dev/sda is a special file that represents a mass storage device. As a side note, the name sda was originally used to designate a SCSI drive. However, it is now also used to designate SATA and USB connected drives. /dev/sda is a “block device file”, and that will be explained in another module.