This document lists basic Linux commands organized into sections on file commands, process management, and compression. Some key file commands are ls to list directories, cd to change directories, and mkdir to create directories. Process commands include kill to terminate processes and bg to run jobs in the background. Compression commands allow creating archives with tar and compressing them using gzip, bzip2.