跳到主要內容

How to Remove .Ds_Store Files on Mac Os X


.DS_Store (Desktop Services Store),是Apple公司的操作系統創建的一個隱藏文件,目的在於存貯資料夾的自定義屬性,例如文件們的圖標位置或者是背景色的選擇。就像 Windows上的desktop.ini。當我們從Mac OS使用過的文件夾是寫入時,可發現這些自動生成的文件。
Open Terminal.
Terminal will prompt you for a password Use your administrator account password. If you don't have a password, leave it blank.
1.防止.DS_Store 檔案產生
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
2.刪除 delete .DS_Store
sudo find . -name ".DS_Store" -depth -exec rm {} \;

HowTo delete .DS_Store files ?

  • Open the Terminal.app
  • Set the root Directory from where all .DS_Store should be removed recursively
    • cd /my/directory
    • ENTER
  • Now start the command to delete them starting at your directory
    • find . -name *.DS_Store -type f -exec rm {} \;
    • ENTER
If its a large directory with many files it can take some time.
If you don’t see .DS_store files, but getting problems, then you can configure the Finder to show hidden files.


Breakdown of Terminal commands used in this document
  • sudo ls
    • sudo : Stands for 'Switch User and Do'. This causes anything typed after it to be executed from the most powerful account on the computer (Root) essentially making it so permissions and access denied error messages will not get in your way. In Mac OS X this remains in effect until you close and reopen Terminal.
    • ls : Stands for 'List' and makes Terminal list all of the files and folders in the current directory. We simply used this so we had something non-invasive trailing the sudo command.
  • cd
    • cd : Stands for 'Change Directory' and is used to navigate around the folder structure of the computer.
    • The path : Is where we want to navigate to. Some shortcuts include: ~ for the home folder of your currently logged in user and / for 'Macintosh HD' [ie. cd ~is the same as cd /Users/<your name="">]
  • rm -f <file>
    • rm : Stands for 'Remove' and is used to delete files.
    • -f : This is called a flag and is used to modify a command. In this case, it tells the rm command to force it to happen (ignore permissions, and objections). If we wanted to delete a folder we would need to use the -r flag as well which means to be recursive (i.e., delete everything inside so BE VERY CAREFUL WITH THE -r flag!).
    • The File : This is the file to be deleted.

不使用指令的話也可以使用小工具刪除
.DS_Store cleaner for Mac OS X與Windows
http://software.ryangrier.com/archives/
另外再多補充一個工具CleanArchiver
壓縮時可自動清除.DS_Store 與 __MACOSX
開啟App後只要將要壓縮的檔案拖曳至Dock即可
http://www.sopht.jp/en/cleanarchiver/downloads.html

這個網誌中的熱門文章

正確設置404頁面及其他.505,500....

正確設置404頁面 404頁面的設置是否正確直接關係到網站粘性,而現在很多網站的錯誤頁面返回碼都是200和302,只要蜘蛛爬行錯誤頁面不是404,那麼你的404頁 面設置就是錯誤的了,這裡跟大家介紹如何正確設置404頁面。 怎麼正確設置404頁面?很多人看到這個話題可能覺得下文不屑一顧,其實你是否知道自己的404頁面有沒有設置正確呢?很多開源的cms系統和博客 系統都會帶有404頁面,你是不是覺得這樣已經ok了?不用設置了?這些想法是錯誤的,我們做優化的時候,應該測試404頁面時候生效,設置是否正 確等。下面我們詳細說明怎麼設置404頁面。 這先說一下怎麼樣的404頁面才是有效的404頁面。大家應該都知道搜索引擎是通過http狀態碼來識別網頁狀態的,那麼當蜘蛛檢索到一個錯誤鏈 接時,就需要返回404狀態碼來告訴搜索引擎,這個頁面是錯誤頁面,以後不用索取了。而如果返回200,則告訴搜索引擎這個頁面是正常頁面。 所以我們要查看網站錯誤頁面的返回碼是200還是404,而現在很多網站的404頁面返回碼是200而不是404.    那怎麼正確設置404頁面?

Mac OS X Server 架設兩個網站、兩個郵件伺服器

from:http://www.bnw.com.tw/conference/viewtopic.php?t=208 我的需求要更簡單。  朋友的工作室就兩三人而已,另外一個工作室也是兩三人。  希望有屬於自己的網站及網域名稱郵件  www.123.com   abc@123.com  

無法在Mac Os X 中移動、解除鎖定、修改或複製項目

您可能無法移動、複製或拖移項目。您可能無法解除鎖定一些項目。 秘訣 :如需刪除檔案與清空垃圾桶的說明,請另外參閲 無法清空垃圾桶或將檔案移至垃圾桶 。 本文件的主題屬於兩大常見問題之一。 秘訣 :有時無法從某個位置移動項目或將項目移至某個位置是正常的。Mac OS X 會限制某些檔案夾 (包括應用程式、程式庫以及系統) 的存取,以保持作業系統和使用者資料的完整性。 問題 1 如果您在 Mac OS X 10.2 或以上版本中試著移動檔案,然後出現訊息:「因為項目 (項目名稱) 已鎖定,所以無法完成此作業。」 如果您試著修改項目的權限,可能會出現訊息:「無法完成此作業,發生無法預期的錯誤 (錯誤碼 1)。」 如果您將一個卷宗拷貝成另一個卷宗,例如將卷宗的圖像拖移至另一個圖像上,或拖移至其所有的視窗之一,就可能會發生此問題。 問題 2 出現包含下列訊息之一的提示框: