|
1 | | -# Basic File and Directory Operations |
| 1 | +# Linux Commands Cheat Sheet |
| 2 | + |
| 3 | +*A clean and minimal guide to 491 Linux commands* |
| 4 | + |
| 5 | +[🇩🇪 Deutsch](./de/README.md) | **🇺🇸 English** | [🇪🇸 Español](./es/README.md) | [🇫🇷 Français](./fr/README.md) | [🇯🇵 日本語](./ja/README.md) | [🇰🇷 한국어](./ko/README.md) | [🇵🇹 Português](./pt/README.md) | [🇷🇺 Русский](./ru/README.md) | [🇨🇳 简体中文](./zh/README.md) |
| 6 | + |
| 7 | +--- |
| 8 | +## Basic File and Directory Operations |
2 | 9 |
|
3 | 10 | | Command | Description |
|
4 | 11 | | --- | --- |
|
|
55 | 62 | | [whereis](https://labex.io/tutorials/linux-linux-whereis-command-with-practical-examples-423006) | Explore the Linux whereis command and learn how to locate executable files, source code, and manual pages on your system. Customize the search behavior to suit your needs. |
|
56 | 63 | | [which](https://labex.io/tutorials/linux-linux-which-command-with-practical-examples-423007) | Explore the Linux which command, learn how to locate the path of executable files, and discover advanced usage scenarios with practical examples. |
|
57 | 64 |
|
58 | | -# Text Processing and Editing |
| 65 | +## Text Processing and Editing |
59 | 66 |
|
60 | 67 | | Command | Description |
|
61 | 68 | | --- | --- |
|
|
104 | 111 | | [vi](https://labex.io/tutorials/linux-linux-vi-command-with-practical-examples-422996) | Explore the powerful vi text editor in Linux, learn its basic navigation and editing commands, and dive into advanced features for efficient text processing. |
|
105 | 112 | | [wc](https://labex.io/tutorials/linux-linux-wc-command-with-practical-examples-423003) | Explore the Linux wc command and learn how to count words, lines, and characters in files. Discover practical examples of using wc with other Linux commands for efficient text processing. |
|
106 | 113 |
|
107 | | -# System Monitoring and Management |
| 114 | +## System Monitoring and Management |
108 | 115 |
|
109 | 116 | | Command | Description |
|
110 | 117 | | --- | --- |
|
|
158 | 165 | | [w](https://labex.io/tutorials/linux-linux-w-command-with-practical-examples-423000) | Explore the w command in Linux, learn how to analyze user login sessions, and monitor system load and resource utilization for effective system management. |
|
159 | 166 | | [watch](https://labex.io/tutorials/linux-linux-watch-command-with-practical-examples-423002) | Explore the powerful Linux watch command and its practical applications, including monitoring system processes and tracking file changes. |
|
160 | 167 |
|
161 | | -# User and Permission Management |
| 168 | +## User and Permission Management |
162 | 169 |
|
163 | 170 | | Command | Description |
|
164 | 171 | | --- | --- |
|
|
193 | 200 | | [who](https://labex.io/tutorials/linux-linux-who-command-with-practical-examples-423008) | Explore the Linux who command, learn how to use it, and discover practical examples to understand user sessions and system activity. |
|
194 | 201 | | [whoami](https://labex.io/tutorials/linux-linux-whoami-command-with-practical-examples-423009) | Explore the Linux whoami command and its practical applications. Learn how to use it to determine your current user identity, integrate it into shell scripts, and manage user permissions effectively. |
|
195 | 202 |
|
196 | | -# Networking and Communication |
| 203 | +## Networking and Communication |
197 | 204 |
|
198 | 205 | | Command | Description |
|
199 | 206 | | --- | --- |
|
|
266 | 273 | | [write](https://labex.io/tutorials/linux-linux-write-command-with-practical-examples-423011) | Explore the Linux write command and its practical applications, including sending messages to specific users and broadcasting messages to all logged-in users on the same system. |
|
267 | 274 | | [ytalk](https://labex.io/tutorials/linux-linux-ytalk-command-with-practical-examples-423015) | Explore the Linux ytalk command, a tool for real-time text-based communication between users on the same system. Learn how to install, initiate, and utilize advanced features of ytalk for efficient collaboration and remote assistance. |
|
268 | 275 |
|
269 | | -# Disk and File System Utilities |
| 276 | +## Disk and File System Utilities |
270 | 277 |
|
271 | 278 | | Command | Description |
|
272 | 279 | | --- | --- |
|
|
314 | 321 | | [tune2fs](https://labex.io/tutorials/linux-linux-tune2fs-command-with-practical-examples-422968) | Explore the tune2fs command, a powerful tool for managing ext2/ext3/ext4 file systems. Learn how to modify filesystem behavior, backup and restore metadata, and optimize disk performance. |
|
315 | 322 | | [umount](https://labex.io/tutorials/linux-linux-umount-command-with-practical-examples-422971) | Explore the Linux umount command, learn how to unmount mounted file systems, and discover practical examples to manage your file system effectively. |
|
316 | 323 |
|
317 | | -# Compression and Archiving |
| 324 | +## Compression and Archiving |
318 | 325 |
|
319 | 326 | | Command | Description |
|
320 | 327 | | --- | --- |
|
|
342 | 349 | | [zipinfo](https://labex.io/tutorials/linux-linux-zipinfo-command-with-practical-examples-423022) | Explore the powerful zipinfo command in Linux, learn its options, and analyze the contents of zip files with practical examples. |
|
343 | 350 | | [zless](https://labex.io/tutorials/linux-linux-zless-command-with-practical-examples-423023) | Explore the zless command in Linux, a powerful tool for viewing compressed files. Learn its syntax, options, and practical examples to enhance your compression and archiving skills. |
|
344 | 351 |
|
345 | | -# Process Management |
| 352 | +## Process Management |
346 | 353 |
|
347 | 354 | | Command | Description |
|
348 | 355 | | --- | --- |
|
|
371 | 378 | | [strace](https://labex.io/tutorials/linux-linux-strace-command-with-practical-examples-422933) | Explore the powerful strace command in Linux, learn how to trace system calls, and debug processes effectively with practical examples. |
|
372 | 379 | | [tmux](https://labex.io/tutorials/linux-linux-tmux-command-with-practical-examples-422960) | Explore the powerful tmux command-line tool for managing and controlling multiple terminal sessions on a Linux system. Learn how to navigate, manage, and customize tmux for enhanced productivity. |
|
373 | 380 |
|
374 | | -# System Configuration and Settings |
| 381 | +## System Configuration and Settings |
375 | 382 |
|
376 | 383 | | Command | Description |
|
377 | 384 | | --- | --- |
|
|
425 | 432 | | [update-rc.d](https://labex.io/tutorials/linux-linux-update-rc-d-command-with-practical-examples-422982) | Learn how to use the update-rc.d command to configure services to start automatically at boot, manage service startup priorities, and gain practical experience with real-world examples. |
|
426 | 433 | | [zdump](https://labex.io/tutorials/linux-linux-zdump-command-with-practical-examples-423019) | Explore the Linux zdump command, which displays time zone information. Learn its syntax, understand timezone data, and see practical examples of its usage. |
|
427 | 434 |
|
428 | | -# Package Management |
| 435 | +## Package Management |
429 | 436 |
|
430 | 437 | | Command | Description |
|
431 | 438 | | --- | --- |
|
|
442 | 449 | | [yum](https://labex.io/tutorials/linux-linux-yum-command-with-practical-examples-423016) | Explore the powerful yum package manager in Linux. Learn how to install, update, and remove packages using practical examples. Enhance your system management skills with this comprehensive lab. |
|
443 | 450 | | [zypper](https://labex.io/tutorials/linux-linux-zypper-command-with-practical-examples-423024) | Explore the zypper command, a powerful package management tool for SUSE-based Linux distributions. Learn how to install, update, search, and remove packages using zypper with practical examples. |
|
444 | 451 |
|
445 | | -# Scripting and Programming |
| 452 | +## Scripting and Programming |
446 | 453 |
|
447 | 454 | | Command | Description |
|
448 | 455 | | --- | --- |
|
|
474 | 481 | | [strings](https://labex.io/tutorials/linux-linux-strings-command-with-practical-examples-422934) | Explore the Linux strings command and learn how to extract strings from binary, compressed, and encrypted files. Gain practical experience with real-world examples. |
|
475 | 482 | | [svn](https://labex.io/tutorials/linux-linux-svn-command-with-practical-examples-422940) | Explore the power of the SVN command-line tool on Ubuntu 22.04. Learn how to install Subversion, initialize a local repository, and manage changes through commit, update, and revert operations. |
|
476 | 483 |
|
477 | | -# Backup and Compression |
| 484 | +## Backup and Compression |
478 | 485 |
|
479 | 486 | | Command | Description |
|
480 | 487 | | --- | --- |
|
|
488 | 495 | | [uudecode](https://labex.io/tutorials/linux-linux-uudecode-command-with-practical-examples-422990) | Learn how to use the uudecode command in Linux to decode uuencoded files. Explore practical examples and understand the purpose of this useful tool for backup and compression tasks. |
|
489 | 496 | | [uuencode](https://labex.io/tutorials/linux-linux-uuencode-command-with-practical-examples-422991) | Explore the uuencode command in Linux, learn how to encode and decode files, and discover practical use cases for this versatile tool in backup and compression workflows. |
|
490 | 497 |
|
491 | | -# Miscellaneous Utilities |
| 498 | +## Miscellaneous Utilities |
492 | 499 |
|
493 | 500 | | Command | Description |
|
494 | 501 | | --- | --- |
|
|
0 commit comments