• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Who uses Mac?

doanster

Senior member
Is there a way to bypass the Trash? For example, in windows, if you want to "permanently" delete a file, you just press SHIFT+DEL. Is there an equivalent control in OS X?
 
The closest to this is Command+Backspace, followed by Command+Shift+Backspace. The second shortcut permanently deletes all files in the trash can.
 
I don't know of a shorter way. I usually just right click on the icons and "Move to Trash", then later right click on the trashcan to "Empty Trash". There are keyboard shortcuts for these as well.

As n0cmonkey pointed out, Mac OS X is variant of unix and has all of the standard unix tools, so you can use "rm" from the command line.

You can also use "srm" or Finder Menu -> Secure Empty Trash. This not only "deletes" the files in the trash can, but it also writes jibberish over the original file 35 times to ensure that it can never be recovered. Handy for those who wear tinfoil hats.
 
Originally posted by: halfadder
I don't know of a shorter way. I usually just right click on the icons and "Move to Trash", then later right click on the trashcan to "Empty Trash". There are keyboard shortcuts for these as well.

As n0cmonkey pointed out, Mac OS X is variant of unix and has all of the standard unix tools, so you can use "rm" from the command line.

You can also use "srm" or Finder Menu -> Secure Empty Trash. This not only "deletes" the files in the trash can, but it also writes jibberish over the original file 35 times to ensure that it can never be recovered. Handy for those who wear tinfoil hats.

Actually, that's one of the main reasons why i bought a Mac... Most of the engineering apps at school are unix based, plus macs are simply nice 🙂

 
The os x trash can is basically brain-dead. I use the commandline almost exclusively for deleting stuff.
 
Back
Top