#linux
Read more stories on Hashnode
Articles with this tag
Mastering the top Command in Linux: Options and Real-World Use Cases The top command is an essential tool for monitoring system performance in Linux....
The ps (process status) command is one of the most essential tools in Linux for monitoring and managing processes. It provides information about the...
🐧 Linux Cheat Sheet 🐧 CommandDescriptionExample lsList files and directories.ls -l cd [directory]Change current directory.cd...
The script will create timestamped backups and retain only the last 3 backups by deleting the older ones. Let’s call it backup_with_rotation.sh: vim...
1) Create Directories Using Shell Script: Write a bash script createDirectories.sh that, when executed with three arguments (directory name, start...
What is kernel? A kernel is like the "boss" of your computer. It controls everything that happens inside the computer, making sure that different...