#linux
Read more stories on Hashnode
Articles with this tag
In this blog, I want to share a practical exercise I undertook to enhance my understanding of system performance by monitoring real-time RAM usage on...
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...