Cheat sheet

Essential
Linux Commands

A friendly, categorised cheat sheet of the Linux terminal commands worth knowing — with clear examples. Bookmark it, and remember: on Linux Lite you rarely have to use them.

Navigation & Files

Move around and manage files and folders.

CommandWhat it does
pwdShow the folder you're currently in
ls -laList all files, including hidden ones, with details
cd folderChange into a folder (cd .. goes up one)
cp file destCopy a file or folder
mv file destMove or rename a file
rm fileDelete a file (rm -r folder for a folder)
mkdir nameCreate a new folder
find . -name "*.txt"Search for files by name

Viewing, System & Permissions

Read files, check your system and manage access.

CommandWhat it does
cat filePrint a file's contents
less fileView a long file one screen at a time
nano fileEdit a text file in a simple editor
grep "text" fileSearch inside a file for text
df -hShow free disk space
free -hShow memory (RAM) usage
topSee running processes live
chmod +x fileMake a file executable
sudo commandRun a command with administrator rights

Software & Networking

Install apps and check your connection (Linux Lite uses apt).

CommandWhat it does
sudo apt updateRefresh the list of available software
sudo apt upgradeInstall available updates
sudo apt install nameInstall a program
sudo apt remove nameUninstall a program
ping linuxliteos.comTest your internet connection to a site
ip aShow your network addresses

You don't have to memorise any of this

On Linux Lite, everyday tasks — installing apps, managing files, updating your system — all have friendly graphical tools, so the terminal is there when you want it, not when you're forced to use it. When you're ready to explore, the built-in Help Manual and the community forum are the perfect place to build confidence. New to Linux? Start with how to install Linux.

Try Linux — Terminal Optional

Linux Lite gives you a fast, friendly desktop with powerful commands under the hood whenever you want them. Download it free.