| e2fs |
index /usr/lib/python2.1/site-packages/e2fs.py |
This is e2fs, a module that allows applications to modify file attributes
on ext2fs file systems. Other e2fs applications might be included later,
if the need arises.
This package is in the public domain, and the author give NO WARRANTY
WHATSOEVER for its use.
It defines routines, set_attr and get_attr, to set and get the extended
attribures of e2fs files. It also defines a number of constants for the
various attributes.
|
Modules |
||||||
|
||||||
|
Functions |
||
|
||
|
Data |
||
| APPEND_ONLY = 32 COMPRESS = 4 IMMUTABLE = 16 NO_ATIME = 128 NO_DUMP = 64 SECURE_DELETION = 1 SYNCHRONOUS = 8 UNDELETE = 2 __file__ = '/usr/lib/python2.1/site-packages/e2fs.pyc' __name__ = 'e2fs' |
||