搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Changing local directory back to default location

  • 2 回覆
  • 1 有這個問題
  • 15 次檢視
  • 最近回覆由 eugatch

more options

Hi,

I accidentally changed the storage location of my local directory without creating a profile first. Now, my older emails are gone and I need to revert back to the default directory location, but I can't access the Library folder on my mac when I'm in the "Select Local Directory" window.

Any help would be very much welcome!

Hi, I accidentally changed the storage location of my local directory without creating a profile first. Now, my older emails are gone and I need to revert back to the default directory location, but I can't access the Library folder on my mac when I'm in the "Select Local Directory" window. Any help would be very much welcome!

被選擇的解決方法

Looking here https://www.lifewire.com/os-x-is-hiding-your-library-folder-2260833

You need to

  1. Launch Terminal, located in /Applications/Utilities.
  2. Enter the following command at the Terminal prompt: chflags nohidden ~/Library
  3. Press enter or return.
  4. Once the command is executed, you can quit Terminal. The Library folder will now be visible in the Finder.
  5. Should you ever wish to set the Library folder back to its default hidden state in OS X or macOS, simply launch Terminal and issue the following Terminal command: chflags hidden ~/Library
  6. Press enter or return.
從原來的回覆中察看解決方案 👍 1

所有回覆 (2)

more options

選擇的解決方法

Looking here https://www.lifewire.com/os-x-is-hiding-your-library-folder-2260833

You need to

  1. Launch Terminal, located in /Applications/Utilities.
  2. Enter the following command at the Terminal prompt: chflags nohidden ~/Library
  3. Press enter or return.
  4. Once the command is executed, you can quit Terminal. The Library folder will now be visible in the Finder.
  5. Should you ever wish to set the Library folder back to its default hidden state in OS X or macOS, simply launch Terminal and issue the following Terminal command: chflags hidden ~/Library
  6. Press enter or return.
more options

This is exactly what I needed! Thanks, Matt!


Matt said

Looking here https://www.lifewire.com/os-x-is-hiding-your-library-folder-2260833 You need to
  1. Launch Terminal, located in /Applications/Utilities.
  2. Enter the following command at the Terminal prompt: chflags nohidden ~/Library
  3. Press enter or return.
  4. Once the command is executed, you can quit Terminal. The Library folder will now be visible in the Finder.
  5. Should you ever wish to set the Library folder back to its default hidden state in OS X or macOS, simply launch Terminal and issue the following Terminal command: chflags hidden ~/Library
  6. Press enter or return.