a5b727886c
Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. This pass brought to you by loving, painstaking hand editing.
15 lines
543 B
Text
15 lines
543 B
Text
Filesys::Statvfs provides an interface between
|
|
Perl and the statvfs() system call.
|
|
|
|
Filesys::Df uses Filesys::Statvfs to obtain
|
|
filesystem statistics then creates additional
|
|
filesystem information such as percent full,
|
|
user and superuser differentials, etc.
|
|
|
|
Filesys::Df will also let you specify the
|
|
block size for the values you wish to see.
|
|
The default block size output is 1024 bytes per
|
|
block. So if you want to get the size in bytes
|
|
just take the block size and * it by 1024.
|
|
|
|
WWW: http://search.cpan.org/dist/Filesys-Statvfs_Statfs_Df/
|