Home | History | Annotate | Download | only in misc

Lines Matching full:file

4 chattr \- change file attributes on a Linux second extended file system
20 changes the file attributes on a Linux second extended file system.
44 Set the file's version/generation number.
46 When a file with the 'A' attribute set is accessed, its atime record is
50 A file with the `a' attribute set can only be open in append mode for writing.
54 A file with the `c' attribute set is automatically compressed on the disk
55 by the kernel. A read from this file returns uncompressed data. A write to
56 this file compresses data before storing them on the disk. Note: please
64 A file with the `d' attribute set is not candidate for backup when the
69 indicate that a compressed file has a compression error. It may not be
81 A file with the `i' attribute cannot be modified: it cannot be deleted or
82 renamed, no link can be created to this file and no data can be written
83 to the file. Only the superuser or a process possessing the
86 A file with the `j' attribute has all of its data written to the ext3
87 journal before being written to the file itself, if the filesystem is
89 filesystem is mounted with the "data=journal" option all file data
94 When a file with the `s' attribute set is deleted, its blocks are zeroed
98 When a file with the `S' attribute set is modified,
106 A file with the 't' attribute will not have a partial block fragment at
107 the end of the file merged with other files (for those filesystems which
113 When a file with the `u' attribute set is deleted, its contents are
119 indicate that a raw contents of a compressed file can be accessed
126 indicate a compressed file is dirty. It may not be set or reset using