Amount of disk space available on file systems

PHOTO EMBED

Tue Jan 23 2024 13:42:53 GMT+0000 (Coordinated Universal Time)

Saved by @hardikraja #commandline #git #pdf

df -h -T /home/jupyter
content_copyCOPY

The df command is used to display the amount of disk space available on file systems. The -h option is used to display the output in a human-readable format, which means that the sizes are displayed in a more readable format (e.g., 1K, 234M, 2G, etc.) instead of bytes. The -T option is used to display the file system type. The /home/jupyter argument specifies the file system to display information about 1