Skip to content

Linux Basic Terminal Commands

by ssanjua

September 12, 2024 | 01:43 PM
Share this post:

🐧 Linux Cheat Sheet

1. 🛠️ Basic Commands:

CommandDescription
lsList files and directories.
cdChange directory.
pwdPrint working directory.
mkdirCreate a new directory.
rmRemove files and directories.
cpCopy files and directories.
mvMove or rename files and directories.
catView the contents of a file.
grepSearch for a pattern in a file.
chmodChange file permissions.
chownChange file ownership.
sudoExecute a command with superuser privileges.

2. 📂 File and Directory Operations:

CommandDescription
tarCreate or extract tar archives.
zipCreate or extract zip archives.
findSearch for files and directories.
duEstimate file and directory sizes.
lnCreate hard or symbolic links.
locateFind files by name.
treeDisplay directory structure.

3. 🚦 Process Management:

CommandDescription
psDisplay running processes.
topMonitor system processes.
killTerminate processes.
bgRun a process in the background.
fgBring a background process to the foreground.
nohupRun a command that survives logout.

4. 🖥️ System Information:

CommandDescription
unamePrint system information.
dfDisplay disk space usage.
freeDisplay memory usage.
uptimeShow system uptime.
whoDisplay currently logged-in users.
wShow who is logged in and what they are doing.

5. 🌐 Networking:

CommandDescription
pingSend ICMP echo requests to a host.
ifconfigConfigure network interfaces.
netstatDisplay network statistics.
sshSecurely connect to a remote server.
scpSecurely copy files between hosts.
wgetDownload files from the web.
curlTransfer data to or from a server.

6. 📦 Package Management:

CommandDescription
apt-getPackage management for Debian-based systems.
yumPackage management for Red Hat-based systems.
dnfNext-generation package manager for Fedora.
pacmanPackage management for Arch Linux.
snapPackage management for snap packages.

7. ✏️ Text Editors:

CommandDescription
vi or vimPowerful command-line text editor.
nanoSimple and beginner-friendly text editor.
emacsExtensible and highly customizable text editor.

made with ©2024 made with ❤️ by ssanjua ©