summaryrefslogtreecommitdiff
path: root/sysutils/p5-Filesys-Statvfs/DESCR
blob: d658e854376fce1794a3a1ce1a3b5ca989db5693 (plain)
1
2
3
4
5
6
7
8
9
Interface for statvfs() and fstatvfs()

Unless access to the bsize, flag, and namemax values is required, either
Filesys::DfPortable or Filesys::Df could be a better choice.  They will
generally provide more functionality and portability.

The module should work with all flavors of Unix that implement the statvfs()
and fstatvfs() calls. This would include Linux, *BSD, HP-UX, AIX, Solaris,
Mac OS X, Irix, Cygwin, etc ...