On Mon, 14 Jan 2002, Garrett Ellis wrote:

> As well, you should research the 'chattr' command. With 'chattr',
> you can set a special attribute on files and cause them to be 'kept
> after deletion' so that you can recover them with greater chances
> for success.

Note the man page for chattr(1):

    BUGS AND LIMITATIONS
           As of Linux 2.2, the `c', 's', and `u' attribute are not
           honored by the kernel filesystem code.  These attributes
           will be implemented in a future ext2 fs version.

c = automatically and transparently compress file's contents
s = overwrite file's contents on deletion
u = save file's contents on deletion (for undeletion)

-- 
James Ralston, Information Technology
Software Engineering Institute
Carnegie Mellon University, Pittsburgh, PA, USA

Reply via email to