Saturday, November 30, 2013

Display file system information with Linux df command

The linux command df show information about the file system.
$ df -h

With option / display file system in /dev/root only.
$ df -h /

df command
Display file system information with df command
Related:
Read file system information with Python

No comments: