Linux Memory Metrics: /proc/meminfo

/proc/meminfo on Linux displays current system-wide memory performance statistics. It provides the most complete view of system memory usage. Here…

How Userdel Works In Linux

Userdel command can be used to delete a user and related files in Linux. In most Linux distributions, the user…

How tar works in Linux

The tar command in Linux is used to bundle up multiple files and/or directories. It’s similar to the zip command.…