Linux was created by Linus Torvalds in 1991 based on UNIX. It is an open source operating system with a modular design consisting of the kernel at the core which manages memory, processes, and hardware access. The shell provides a command line interface between users and the kernel while the file system arranges files in a hierarchical structure with everything treated as a file. Common directories include /bin, /sbin, /etc, /dev, /proc, /var, /tmp, /usr, /home, and help is available through man pages or command --help.