根目录下macOS(Mojave)/ usr /的基本文件系统结构是什么?

时间:2019-07-14 11:33:41

标签: macos filesystems root macos-mojave

我正在清理MacBook,并想了解基本的/ usr /文件系统结构,以便删除运行系统中不必要的组件,从而了解不需接触的内容。在清理完/ usr / local /目录以重新安装Homebrew并保存笔记本电脑上的存储空间后,我对此感到很好奇。

因此,以下是我在终端上的/ usr /上看到的内容:

lrwxr-xr-x    1 root  wheel      8 Dec 25  2018 X11 -> /opt/X11
lrwxr-xr-x    1 root  wheel      8 Dec 25  2018 X11R6 -> /opt/X11
drwxr-xr-x  971 root  wheel  31072 May 22 05:52 bin
drwxr-xr-x  265 root  wheel   8480 Jun  5 23:39 include
drwxr-xr-x  322 root  wheel  10304 Jun  5 23:39 lib
drwxr-xr-x  250 root  wheel   8000 May 22 05:52 libexec
drwxr-xr-x   15 root  wheel    480 Jul 14 07:09 local
drwxr-xr-x  239 root  wheel   7648 May 22 05:52 sbin
drwxr-xr-x   46 root  wheel   1472 Oct 19  2018 share
drwxr-xr-x    5 root  wheel    160 Sep 21  2018 standalone

在该目录中是否有不需要修剪的内容?还是应该保留原样?

1 个答案:

答案 0 :(得分:1)

我认为最好保持原样。

例如:bin include lib文件夹包含Mac上已安装的应用程序和已编译的库,因此您可以从其中删除某些内容,然后一旦依赖关系被破坏。

我相信最好不要更改usr文件夹内的任何内容