Linux/Unix Tutorial for Beginners - df command

Опубликовано: 23 Май 2019
на канале: Coding GuruJi
104
2

This tutorial comprises of brief description with real time output of the df command
Th df command is used for reporting file system related information


The various options/combinations of df command are provided below:-
df --for system space usage of all file systems
df -h --to see the size occupied in humand readable format
df -H --is similar to 'h' but here it uses powers of 1000 instead of 1024
df -T --is used to see the filesystems along with their types
df -t TYPE --is used to file systems of a particular TYPE
df -a --shows all filesystems even those which are having zero block sizes
df -k --shows file system usage in 1k blocks
df -l --shows only the local filesystem details an hides any NFS server related filesystems.
df --sync --forcefully invokes a sync call before prior to reporting the filesystem usage information. This leads to showing the updated filesystem space usage information.
N.B -- By default df --no-sync is usually configured.


На этой странице сайта вы можете посмотреть видео онлайн Linux/Unix Tutorial for Beginners - df command длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Coding GuruJi 23 Май 2019, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 104 раз и оно понравилось 2 зрителям. Приятного просмотра!