Earlier quoted context omitted.
We only use that language because it's an order of magnitude easier to explain to novice computer users, and because as you stated, the problem still hasn't been fixed at the OS permissions / UI level. A modern OS lets us do that because lots of users are the sole user of their PC and do not understand the idea of permissions.
People understand that webapps are safe, because they have less permissions.
You’re infected—if you want to see your data again, pay us $300 in Bitcoins
291–295 of 295 posts
Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#292Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#293Re: You’re infected—if you want to see your data again, pay us $300 in Bitcoins
#294Earlier quoted context omitted.
But sometimes you want to just "open" a file. The fact that your computer may choose to save it is an implementation detail. In fact, most systems don't actually 'save' it in many senses of the word. Instead they write it to the file system in a way that indicates that it may be removed at any time without notifying the user. In fact, on Linux (I can't speak to any other OS), it is common for these temporary files ne…
In a way, that's worse! You'll have someone "open" a file, maybe make some edits to it, save it -- and it won't indicate a problem with that because it's considered as a file on disk somewhere -- and then when they go to send it, they can't find it and it may have been overwritten / deleted.