Linux Command Reference

Searchable cheat sheet of common Linux terminal commands. Fast, free, and fully client-side.

CommandExplanation
lsList directory contents.
cd <path>Change working directory.
pwdDisplay path of active directory.
mkdir <name>Create a new folder.
rm -rf <path>Force remove directories/files recursively.
cp <src> <dest>Copy files/folders.
mv <src> <dest>Move or rename files.
grep "<pattern>" <file>Filter matching lines containing pattern.

Browse more

See all developer reference guides and interactive utilities.