Konqueror delete unification
Michael S. Mikowski
z_mikowski at yahoo.com
Wed Jul 16 03:44:30 BST 2003
On Tuesday 15 July 2003 22:33, Michael S. Mikowski wrote:
> On Tuesday 15 July 2003 22:23, Koos Vriezen wrote:
> > On Tue, 15 Jul 2003, Michael S. Mikowski wrote:
> > > Interesting thoughts. Might one create a trash directory containing
> > > only symbolic links to hidden files?
> >
> > or move file to .trash dir
> >
> > Koos
>
> Interesting idea. Would root or some other priveleged user would need to
> own the .trash directories? Some maintenance of the trash folder would
> need to occur to remove any broken links as a result of root deleting
> directories, etc. Of course, this *could* be a headache is NFS is used,
> especially with automount.
>
> Hmm...
>
> Mike
Just to clarify:
Using this concept, when one would VIEW the Trash Folder, one would see:
====
file1.sxw
file2.sxw
img1.png
notes.txt
====
However, none (or few) of the files would be there. If one would use the CLI
as root, one would see something like:
===
# ls -a /home/me/Desktop/Trash
file1.sxw -> /opt/extra_space/me/.trash/file1.sxw
file2.sxw -> /opt/extra_space/me/.trash/file2.sxw
img1.png -> /var/www/html/images/reference/.trash/img1.png
notes.txt -> /usr/share/me/.trash/notes.txt
=====
These file could be on local partitions, or even NFS directories. If a file
cannot be soft linked, then the user probably wants to delete it anyway [
Example: for a ftp:// file ] and should probably given that option.
Back to work...
Mike
More information about the kfm-devel
mailing list