1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/sysutils/p5-Filesys-DiskSpace/pkg-descr
Will Andrews b28fc0bc09 Add p5-Filesys-DiskSpace 0.05, the perl equivalent of statfs(2).
PR:		25365
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-02-27 23:21:22 +00:00

10 lines
283 B
Plaintext

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.
-Anton
<tobez@tobez.org>