如何显示mac的隐藏文件夹

打开Terminal,

sudo chflags nohidden /path/to/folder/ 显示。

sudo chflags hidden /path/to/folder/ 隐藏。

 

如显示隐藏文件夹private,命令为:

sudo chflags nohidden /private/

原文地址:https://www.cnblogs.com/ppsunlight/p/macfolder.html