Name : perl-Filesys-Ext2
| |
Version : 0.20
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.2.1
| Date : 2023-07-20 17:10:53
|
Group : Development/Libraries/Perl
| Source RPM : perl-Filesys-Ext2-0.20-lp155.2.1.src.rpm
|
Size : 0.02 MB
| |
Packager : https://www_suse_com/
| |
Summary : Interface to ext2 and ext3 filesystem attributes
|
Description :
You may specify the path of the e2fsprogs upon use
use Filesys::Ext2 {PATH=>\'/path/to/binaries\'};
Otherwise the module will use the default path /usr/bin/
* chattr(_$mask_, AATTfiles)
Change the mode of _AATTfiles_ to match _$mask_. _$mask_ may be a bitmask or symbolic mode eg;
=DIE +cad -s-i
Throws an exception upon failure.
* lsattr(_AATTfiles_)
Returns bitmasks respresenting the attributes of _AATTfiles_.
Throws an exception upon failure.
* lstat(_$file_)
Same as \'CORE::lstat\', but appends the numerical attribute bitmask.
* stat(_$file_)
Same as \'CORE::stat\', but appends the numerical attribute bitmask.
* calcSymMask(_$mask_)
Accepts a bitmask and returns the symbolic mode. In list context it returns a symbol list like lsattr, in scalar context it returns a string that matches the _-_ region of *lsattr(1)* eg;
s-----A------
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-F/15.5/x86_64 |