BSD::Getfsent

Get file system descriptor file entry
Download

BSD::Getfsent Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Steven Schubiger
  • Publisher web site:
  • http://search.cpan.org/~schubiger/Safe-Caller-0.06/lib/Safe/Caller.pm

BSD::Getfsent Tags


BSD::Getfsent Description

Get file system descriptor file entry BSD::Getfsent is a Perl module that can be used to get file system descriptor file entry.SYNOPSIS use BSD::Getfsent qw(getfsent); while (@entry = getfsent()) { print "@entry "; }FUNCTIONSgetfsentIn list context, each file system entry is returned (getfsent() continuously reads the next line of the /etc/fstab file).The list returned is structured as follows: $entry # block special device name $entry # file system path prefix $entry # type of file system $entry # comma separated mount options $entry # rw, ro, sw, or xx $entry # dump frequency, in days $entry # pass number on parallel fsckIn scalar context, total of entries is returned.FILES/etc/fstabEXPORTgetfsent() is exportable. Requirements: · Perl


BSD::Getfsent Related Software