
System Information and Monitoring Commands - LinuxOPsys
Mar 19, 2025 · Efficient disk usage monitoring helps you manage space and plan for growth. You can use different commands to get a full picture of how your disk space is allocated. Using df The df …
How to Show File System Type in Linux - LinuxOPsys
Jul 17, 2022 · The df command, also known as disk file system type, in Linux is used to check the disk usage on a storage device. This command-line utility is pre-installed on most of the major Linux …
Disk Space Usage at the File System Level - LinuxOPsys
Jul 8, 2024 · The df command, short for “disk free,” is a standard Unix command used to display the amount of available disk space on filesystems. It’s a powerful and straightforward tool for checking …
13 Modern Alternatives to Linux Commands - LinuxOPsys
Oct 9, 2023 · Learn some of the modern alternatives to Linux commands that you might consider trying out. They are more effective and ship with added functionalities.
How to List Mounted Drives on Linux - LinuxOPsys
Jun 16, 2022 · Here shows command used to list mounted drives or filesystem in linux. These are very basic commands will show all mounted devices from terminal.
How to List Disks in Linux Command Line - LinuxOPsys
Jun 21, 2022 · Learn here how to list disks in Linux using the command line. Linux system admins generally list disks to check the whole disk space and its usage.
Mounting and Unmounting File Systems - LinuxOPsys
Jul 8, 2024 · Not the mount command, you can use many other ways list mounted drives in Linux. 2. Using df -h: The df -h command shows a human-readable summary of disk space usag e, including …
mount Command in Linux Explained [With Examples]
Sep 29, 2023 · Learn about mount command in Linux. It is used to attach a filesystem on an external device to the root node (/) of the tree (Linux file system) using the terminal.
lsblk Command in Linux (List Block Devices) - LinuxOPsys
Oct 15, 2023 · The lsblk command is normally used to display block devices and partition information. Whereas df command is used mostly for disk space usage of mounted filesystems. The lsblk utility is …
How to Monitor System Resources in Linux - LinuxOPsys
Apr 27, 2024 · Now, let’s take a look at how to use the command. In the example below, the command displays the disk statistics every 2 seconds for 5 intervals: $ iostat -d 2 5 Using the df Command This …