[glug-t] One Day One GNU/Linux Command (DF)
- From: Bharathi Subramanian <sbharathi@xxxxxxxxxxxxx>
- To: VEC-FOSS <vecfoss@xxxxxxxxxxxxxxxx>, GNU/Linux User Group of TCE <glugot@xxxxxxxxxxxxx>, GNU/Linux Users Group - Trichy <glug_t@xxxxxxxxxxxxx>
- Date: Wed, 30 Apr 2008 11:17:41 +0530 (IST)
One Day One GNU/Linux Command
=============================
df -- Disk Free and usage report
Summary:
df shows the amount of disk space available on the file-system (FS)
containing each file name argument. If no file name is given, then
the usage info of all currently mounted FSs are shown.
Examples:
$ df -- Usage report of all mounted FS.
$ df -P -- Output in POSIX format (Compare with previous output).
$ df -Th -- Show the partition type and size is in human readable
format.
$ df -l -- Show only the local FS. No NFS, SMB
$ df -x tmpfs -- Don't list the 'tmpfs' partitions.
$ df -t nfs -- List only the 'nfs' partitions.
$ df /home -- Usage report of Home partition.
$ df /dev/hda1 -- Usage report of /dev/hda1
$ df myfile -- Display usage report of FS, which contain the myfile.
Read: man df
HTH :)
--
Bharathi S
---------------------------------------------------------------
To unsubscribe send a mail to glug_t-request@xxxxxxxxxxxxx with
'unsubscribe' as subject.
Website: http://glugt.linuxisle.com
Other related posts:
- » [glug-t] One Day One GNU/Linux Command (DF)