In a nutshell
On Linux you drive the machine by typing small commands into the shell — ls to list, cd to move, cat to show a file, mkdir to make a folder, chmod to change permissions. There are no drive letters: everything lives in one tree starting at /, laid out by a standard called the FHS. Each command is just a little program that asks the kernel to do the work through system calls.