News

1. List results of df command but only for ext4 type filesystems.. df -t ext4 . On our example system our main physical drive filesystem is ext4, but you can use any filesystem name you may have ...
$ df -i /boot Filesystem Inodes IUsed IFree IUse% Mounted on /dev/sda2 65536 43 65493 1% /boot If you use the -a option with the df command, you might be in for a surprise.
To find out more about top, issue the command man top.. 2. df. There are times when you might want to know how much of your local storage is in use. That's where the df command comes in.The df ...
When you issue the command df, it will report the statistics on your file system (Figure A). Figure A You don’t have to list out every connected drive on your machine.
You can have the df command supply information on one partition with a command like this: $ df -h /home Filesystem Size Used Avail Use% Mounted on /dev/sda3 14G 6.7G 6.2G 52% /home. Using the ...
Here are some examples: ... available on the file system containing a specific file or directory use the df command. ... speed up your workflow. For example, the echo "Linux command line" ...
Linux stores the configuration information for all partition. ... Type "df" without quotation marks at the command prompt to list the amount of occupied and free space on each disk.