#linux-for-beginners
Read more stories on Hashnode
Articles with this tag
To see how a Linux system is doing, you can use different commands to find out about its performance, how it uses resources, and other details. Here...
In Linux, you can't just "clean" memory like you would with disk space. However, you can control memory use by releasing cached memory, freeing...
The grep command is often used in combination with other commands to filter and search for specific information. To check disk space usage using grep,...
In Linux, you can't just "remove" used space like you can with files or folders. Used space on a disk usually means data and files that the system is...
Creating a backup script involves a few steps and can vary depending on your requirements, such as what to save and where to store the backups. Here's...
To make the backup script clean up old backups and send them to other places automatically, you can change it. Here's a new version of the script that...