TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [TCLUG:407] Replacing netware with l
Not really. However, you can alias the rm command to do pretty much
whatever you want. I.E. even though there is no such feature built-in a
simple "alias 'rm $1' 'mv $1 /tmp/deleted" (I know this probably isn't
correct syntax) can do much the same thing in combination with a cron job
that checks space and does a first-in first-delete kind of thing.
>Does linux have anything like the "salvage" function of Netware? One of
the
>things about Netware that saves us from time to time is that it keeps
past
>versions of files after they have been updated....so that if we delete a
>file by mistake or save a bad version, I am able to dig out other recent
>versions from which to choose.