How to hide in macOS、加密文件或文件夹
隐藏文件或文件夹
使用终端创建隐藏文件夹:
1. Create new hidden folder: Open Terminal,Enter the command mkdir file location/.file name,For example mkdir desktop/.MacW,Press Enter key to execute。This creates a hidden folder named .MacW。
2. Show hidden files: Press the shortcut key Shift+Command+. Can show hidden files and folders in Finder。
Modify file hidden attributes:
1. Type chflags hidden in the terminal ,然后拖入想要...

