Perl equivalent of statfs(2)
This routine displays information on a file system such as its type, the amount of disk space occupied, the total disk space and the number of inodes. It tries C<syscall(SYS_statfs)> and C<syscall(SYS_statvfs)> in several ways. If all fails, it C<croak>s.
$
pkg install p5-Filesys-DiskSpaceOrigin
sysutils/p5-Filesys-DiskSpace
Size
10.7KiB
License
not specified
Maintainer
perl@FreeBSD.org
Dependencies
1 packages
Required by
0 packages