Application and Process
whereis
Locate the binary, source, and manual page files for a command.
which
Get the full path to a command's executable file.
apt
Search, install, remove, and update packages and dependencies for Debian, Linux Mint, Ubuntu.
dnf
Search, install, remove, and update packages and dependencies for Fedora, CentOS, and Red Hat Enterprise Linux (RHEL).
pacman
Search, install, remove, and update packages and dependencies for Arch Linux, CachyOS, Manjaro.
zypper
Search, install, remove, and update packages and dependencies for openSUSE.
Console and Output
cat
Display file contents on the terminal.
clear
lear the terminal display.
echo
Print text or variables in the terminal.
top
Get information about running processes.
Environment Variables
env
Display all environment variables running on the system.
export
Export environment variables.
printenv
Print a particular environment variable to the console..
source
Execute commands stored in a file from within the current shell, or refresh environment variables.
Files and Directories
cd
Change to another directory.
cp
Copy the contents of the source directory or file to a target directory or file.
find
Locate a file or directory by name.
grep
Search for a string within an output.
ls
List the contents of a directory.
mkdir
Create directories.
more
View and traverse the content of a file or stdout.
mv
Move or rename files.
pwd
Get the name of the present working directory.
rm
Delete files or directories.
tar
Extract and compress files.
Documentation and Help
man
Access manual pages for all Linux commands.
tldr
Collaborative cheatsheets for console commands. Website | GitHub
wikiman
Offline search engine for manual pages, Arch Wiki, Gentoo Wiki and other documentation. GitHub
Network
curl
Get or post a file to or from the Internet according to a URL.
ip
Gets the IP information for the physical or virtual machine.
netstat
Get information about network connections and more.
ssh
Establish a secure encrypted connection between two hosts over an insecure network.
wget
Direct download files from the Internet.
Process
&&
Execute commands in a sequence.
kill
Removes a running process from memory.
ps
Display active processes.
Sound
alsamixer
alsamixer is an ncurses mixer program for use with the ALSA soundcard drivers. It supports multiple soundcards with multiple devices.
System
reboot
Restart a computer.
poweroff
Shut down a computer.
restart
Restart a computer.
User
whoami
Display the user ID.