Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to find and delete ALL .AppleDouble files?

Featured Replies

OK you Linux genius's, how can I find and delete ALL .AppleDB  .AppleDesktop  .AppleDouble  I believe I figure out how to prevent these from being created on my network shares by running this in terminal "defaults write com.apple.desktopservices DSDontWriteNetworkStores true".

 

I would now like to delete all these files, I have the unmenu script installed but I don't think that deletes all of these since they still show up.

 

thanks

 

edit...I found this code but no clue what is does, would this work?  I want to delete all of them from my server

 

find . -name \.AppleDouble -exec rm -rf {} \;

that command should work.

it searches in every subdirectory (starting from the directory you run this command from) for elements named ".AppleDouble" and executes the delete command with the recursive and force flag (so the directory and everything in it is deleted.

 

i just tested it on some unimportant subfolders... it works just fine. it will give some error messages (file not found), but it deletes all .AppleDouble directories

  • Author

Thanks, so if I want to delete some other files I should just be able to change the "Appledouble" to something else correct?

 

Yup it worked for me, what do these files do anyhow and all they all safe to delete?

The contain Apple Finder metadata. They are safe to delete.

  • Author

Even the appledb and appledesktop?

Yup. The only files that matter are the ones that you or your applications put there.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.