how to make the contents of a file disappear after x numbers of days or at date
Karl Auer
kauer at biplane.com.au
Thu Sep 9 14:32:10 UTC 2010
On Thu, 2010-09-09 at 14:04 +0000, user1 wrote:
> >> I should be a kind of wipe operation :-)
> > Can you explain what you mean with "disappear"? Should the result be an
> > empty file or e.g. a file with the same length and random data?
> I mean the result should be an empty file (or a part of a file), where
> the "wiped" data is gone and cannot be restored.
You can't create a data file that "deletes itself" - at least not in any
common operating system and not under Linux.
Some applications delete certain files automatically - for example, most
browsers manage a cache - but I assume you don't mean that sort of
thing.
I believe there are object-oriented operating systems in which such a
thing might be possible, but Linux isn't one of them.
You could create a setup in which files will be deleted automatically
based on their file date or other characteristics; even based on their
contents - for example, a cron job running periodically. However, it
would be the cron job doing the deleting. A file is itself inert.
Sounds like you are trying to out-DRM Apple :-) in which case my sincere
advice is wake up and smell the future... because it won't include you.
Why not tell us what you are actually trying to achieve? Maybe if you
told us the actual problem, we could suggest other ways to solve it.
Regards, K.
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Karl Auer (kauer at biplane.com.au) +61-2-64957160 (h)
http://www.biplane.com.au/kauer/ +61-428-957160 (mob)
GPG fingerprint: B386 7819 B227 2961 8301 C5A9 2EBC 754B CD97 0156
Old fingerprint: 07F3 1DF9 9D45 8BCD 7DD5 00CE 4A44 6A03 F43A 7DEF
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20100910/037cb4b4/attachment.sig>
More information about the ubuntu-users
mailing list