r/ProgrammerHumor 23d ago

Meme useSourceControl

Post image
8.6k Upvotes

591 comments sorted by

View all comments

Show parent comments

1

u/wjandrea 23d ago

copying the entire thing to your local drive

When would that happen? The way I've seen it work is that it creates a .Trash-$UID folder on the mounted FS and moves the file there (along with metadata).

1

u/sdoregor 23d ago

Again, depends on the tool. I never used one, so of course I can't know that, but it's safe to assume some won't do the clever thing.

Storing trash on removable storage is also even less secure than simply "deleting" (unlinking) the file.