Showing 86 of 86 commands
lsList directory contents
cdChange directory
pwdPrint working directory name
cpCopy files and directories
mvMove or rename files and directories
mkdirMake directories
rmRemove files or directories
rmdirRemove empty directories
touchChange file timestamps or create empty files
catConcatenate and display file content
grepPrint lines matching a pattern
findSearch for files in a directory hierarchy
lessOpposite of more; view file content paginated
headOutput the first part of files
tailOutput the last part of files
awkPattern scanning and processing language
sedStream editor for filtering and transforming text
sortSort lines of text files
uniqReport or omit repeated lines
wcPrint newline, word, and byte counts for each file
diffCompare files line by line
chmodChange file mode bits (permissions)
chownChange file owner and group
sudoExecute a command as another user (superuser)
useraddCreate a new user or update default new user information
usermodModify a user account
userdelDelete a user account and related files
passwdUpdate user`s authentication tokens (passwords)
groupaddCreate a new group
groupmodModify a group definition on the system
groupsPrint the groups a user is in
idPrint real and effective user and group IDs
psReport a snapshot of current processes
topDisplay Linux processes (dynamic)
dfReport file system disk space usage
duEstimate file space usage
freeDisplay amount of free and used memory in the system
datePrint or set the system date and time
unamePrint system information
uptimeTell how long the system has been running
whoShow who is logged on
pingSend ICMP ECHO_REQUEST to network hosts
ipShow / manipulate routing, network devices, interfaces
sshOpenSSH SSH client (remote login program)
scpSecure copy (remote file copy program)
wgetThe non-interactive network downloader
curlTransfer data from or to a server
ssAnother utility to investigate sockets
aptPackage handling utility (Debian/Ubuntu)
tarGNU `tar` saves many files together into a single tape or disk archive, and can restore individual files from the archive.
gzipCompress or expand files
gunzipDecompress files compressed by gzip
killSend a signal to a process
pkillSignal processes based on name and other attributes
killallKill processes by name
jobsList active jobs
historyDisplay command history
fgBring a job to the foreground
bgSend a job to the background
shutdownShut down or reboot the system
rebootReboot the system
haltHalt the system
poweroffPower off the system
manFormat and display the on-line manual pages
infoRead Info documents
aliasCreate an alias for a command
unaliasRemove an alias
echoDisplay a line of text
printfFormat and print data
sleepDelay for a specified amount of time
readRead a line from standard input
trueDo nothing, successfully (exit with 0)
falseDo nothing, unsuccessfully (exit with 1)
teeRead from standard input and write to standard output and files
apt updateRefresh available package information from configured sources.
apt upgradeUpgrade installed packages to their newest versions.
apt installInstall new packages.
apt removeRemove packages.
apt searchSearch for a package by name or description.
systemctlControl the systemd system and service manager
journalctlQuery the systemd journal (logs)
iptablesAdministration tool for IPv4 packet filtering and NAT
nftAdministration tool for nftables (successor to iptables)
ufwUncomplicated Firewall - frontend for iptables
htopInteractive process viewer and system monitor
lsofList open files and the processes that opened them