Skip to content

Instantly share code, notes, and snippets.

@data-enhanced
Created August 12, 2018 23:31
Show Gist options
  • Save data-enhanced/8fdf02c0642242ae25a87ee0f9b15cda to your computer and use it in GitHub Desktop.
Save data-enhanced/8fdf02c0642242ae25a87ee0f9b15cda to your computer and use it in GitHub Desktop.
Reveal the Library Folder in OS X local user directory or a backup on another volume
# Using Mac OS X Terminal
# High Sierra
# August 2018
# Reveal Library folder in current user directory
chflags nohidden ~/Library/
# Reveal Library folder in backup user directory
chflags nohidden /Volumes/Volume_Name/Users/username/Library/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment