Comenzi Linux

Care este semnificația chmod 755 și cum să o executați și să o verificați?
În Linux, chmod este o comandă încorporată care gestionează permisiunea de acces a obiectelor de fișiere (fișiere și directoare). Poate atribui grupur...
Cum se execută comanda „patch” în Linux?
„Patch” este o comandă pentru adăugarea de fișiere de patch-uri la codul sursă sau fișiere text. Prinde intrarea ca fișier patch și aplică diferențe l...
How to execute multiple curl requests in parallel
Suppose you want to run multiple curl requests concurrently for whatever reason, say 10 requests at the same time. How would you go about it? In this ...
How to Use md5sum Command?
We have already discussed in another tutorial about the Linux sha1sum command to check the file's integrity. Similarly, on Linux systems, there are mu...
How to Use Linux Journalctl Command?
Linux-based systems provide multiple tools that help record and analyze system logs. Just like the “systemd”, which is a powerful tool used to collect...
How to Set Hostname Using Hostnamectl Command?
The hostname is an identity of the system and is used by the networks to search the system. The “hostnamectl” is a Linux command that is used to set t...
How to Run “script” Command in Linux?
The script command is used to typescript or record all terminal processes. After running the script command, it begins recording everything that appea...
How to remove a directory in Linux
Performing CRUD Operations in Linux are daily routine tasks like creating, reading, updating, and deleting a file or directory. This post will walk th...
Cum să așteptați finalizarea unui proces specific în Linux
Dacă operați într-un script shell Linux și doriți să obțineți rezultatul dorit al scriptului, devine obligatoriu să utilizați comanda wait în scriptul...