File and Directory
File
A sequence of bytes
Directory
A file that includes info on how to find other files
UNIX
Files in UNIX system form a single tree. If we want to add hardware devices to UNIX, then we need to mount it to the tree
Only the things on the tree can be accessed by the OS. To be more specific, cd can only move between nodes on the tree