Re: securety related question...
Erika Pacholleck <[email protected]>
| Newsgroups | gmane.linux.lfs.security |
|---|---|
| Message-ID | <[email protected]> |
[08.10.2002] Richard Lightman <-- : > I do not follow this bit. You cannot assume a file has gone just > because you deleted it. Try this: > > cd /var/tmp > seq 1000 >a > cat a | while read i; do echo $i; sleep 1; done > # on another terminal: > cd /var/tmp > rm a > ls Your `ls` shows no file present here, so the file has really gone. But `rm` is only one way to delete a file, there are more powerful commands for destruction if I really want to. -- Erika ...---...: pacholleck at nexgo dot de -- Unsubscribe: send email to [email protected] and put 'unsubscribe lfs-security' in the subject header of the message