Application and Process
whereisLocate the binary, source, and manual page files for a command.
whichGet the full path to a command's executable file.
aptSearch, install, remove, and update packages and dependencies for Debian, Linux Mint, Ubuntu.
dnfSearch, install, remove, and update packages and dependencies for Fedora, CentOS, and Red Hat Enterprise Linux (RHEL).
pacmanSearch, install, remove, and update packages and dependencies for Arch Linux, CachyOS, Manjaro.
zypperSearch, install, remove, and update packages and dependencies for openSUSE.
Console and Output
catDisplay file contents on the terminal.
clearlear the terminal display.
echoPrint text or variables in the terminal.
topGet information about running processes.
Environment Variables
envDisplay all environment variables running on the system.
exportExport environment variables.
printenvPrint a particular environment variable to the console..
sourceExecute commands stored in a file from within the current shell, or refresh environment variables.
Files and Directories
cdChange to another directory.
cpCopy the contents of the source directory or file to a target directory or file.
findLocate a file or directory by name.
grepSearch for a string within an output.
lsList the contents of a directory.
mkdirCreate directories.
moreView and traverse the content of a file or stdout.
mvMove or rename files.
pwdGet the name of the present working directory.
rmDelete files or directories.
tarExtract and compress files.
Documentation and Help
manAccess manual pages for all Linux commands.
tldrCollaborative cheatsheets for console commands. Website | GitHub
wikimanOffline search engine for manual pages, Arch Wiki, Gentoo Wiki and other documentation. GitHub
Network
curlGet or post a file to or from the Internet according to a URL.
ipGets the IP information for the physical or virtual machine.
netstatGet information about network connections and more.
sshEstablish a secure encrypted connection between two hosts over an insecure network.
wgetDirect download files from the Internet.
Process
&&Execute commands in a sequence.
killRemoves a running process from memory.
psDisplay active processes.
Sound
alsamixeralsamixer is an ncurses mixer program for use with the ALSA soundcard drivers. It supports multiple soundcards with multiple devices.
System
rebootRestart a computer.
poweroffShut down a computer.
restartRestart a computer.
User
whoamiDisplay the user ID.