? ?????? ??? ????? ??????? ???? ???? ??? ?????? ????? – “??? ????? ????????”
? ?????? ??? ????? ??????? ???? ???? ??? ?????? ????? – “??? ????? ????????”
com
DevOps Shack
200 Linux Commands
📘Introduction
Linux is the backbone of modern computing. From powering over 90% of cloud
infrastructure and web servers to enabling embedded systems, mobile devices,
and supercomputers — Linux is everywhere. And at the heart of Linux is the
command line — a powerful interface that gives users complete control over
the operating system.
● File management
● Process monitoring
● System information
● Networking
● Disk operations
● Package management
● Scripting
● System services
20. dirname – Returns the directory path from a full file path.
File Permissions & Ownership
21. chmod – Changes file or directory permissions.
group.
36. groupmod – Modifies an existing group.
Process Management
43. ps – Shows running processes.
Networking Commands
78. ip – Configures and displays IP networking.
host.
94. ftp – Transfers files over FTP (less secure, older protocol).
System Information
111. uname – Displays system information like kernel version.
113. uptime – Shows how long the system has been running.
Text Processing
127. cat – Displays the contents of a file.
150. xargs – Builds and executes command lines from standard input.
151. tee – Reads from standard input and writes to file and stdout.
153. cut – Cuts sections from each line (by delimiter or byte).
Job Scheduling
169. cron – Time-based job scheduler.
Log Management
182. logrotate – Rotates and compresses log files.
183. tail -f – Follows a file (commonly used for real-time log viewing).