df – POFTUT

Overview Of Linux File Systems Like Ext3, Btrfs, Zfs

File systems are important part of the operating systems. Files and folders are stored in file system. There are a lot of different type of files systems. We generally uses the Linux distribution provided file system without changing it. ext4  is the most used and stable file system in the Linux ecosystem. There are alternatives … Read more

How To Check Linux Disk Space?

Disk usage and monitoring is important aspect of Linux system administration. One of the most occurring problems is fulling disk space. Getting information about disk usage can become a nightmare if you do not know how to properly do it. How many free GB are there? or How many percentages of the disk is full? … Read more

How To Get File System Disk Usage In Linux?

When administrating Linux systems we can found us tracking disk usage. Linux uses different partitions to store data. There are some temp files located in /tmp or different  paths. Some applications are installed into the /opt path. So managing paths and disk usage may become hard in Linux. There are some GUI applications like KDirStat but they are useful … Read more

How To Use Linux df Command with Examples?

df is a command-line tool used to get information about disk usage. df is created under the GNU project and provided for different Linux distributions like Ubuntu, Mint, CentOS, Fedora, RHEL, SUSE, Debian, BSD, and Unix. Getting Help About df We can get help about df with –help parameter. Keep in mind that -h is used for … Read more