This document provides an introduction to shells in Linux and Unix-like operating systems. It defines what a shell is, explaining that it is a program that provides the user interface through which commands can be typed to interact with and run programs on the operating system. It notes that servers commonly only use the shell interface without a graphical user interface to save resources. It discusses how shells are used for server administration tasks over secure shell (SSH) connections and why the shell interface is more powerful and efficient than a GUI. It encourages new users to take notes on useful commands they find.