Linux uses a logical file system hierarchy standard to organize files across multiple directories and file systems. The root directory is at the top level and is represented by a forward slash. Key directories include /bin for executable commands, /lib for shared libraries, /etc for configuration files, and /var for dynamic data. Common file systems in Linux include ext2, ext3, ReiserFS, tmpfs, and proc.