Terminal is a command-line interface that allows users to interact with their computer’s operating system through text commands. It is a powerful tool that can be used to perform a wide range of tasks, from simple file management to complex system administration.
This cheat sheet provides an extensive list of terminal commands and their descriptions. The commands are divided into different categories for easy reference.
Navigation
Command
Description
cd
Change directory
ls
List files and directories
pwd
Print working directory
mkdir
Make directory
rmdir
Remove directory
touch
Create a new file
cp
Copy files or directories
mv
Move or rename files or directories
rm
Remove files or directories
cat
Concatenate files and print on the standard output
more
Display output one screen at a time
less
Display output one screen at a time, with more features than more