Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
看来你可以把你需要的所有东西都放在 /bin 中,那么我们为什么要打扰 /usr/bin 目录呢?
/bin应该驻留在根文件系统上,而/usr可能是备用文件系统 - 甚至是网络安装的(多个盒子共享相同的/usr)。
/bin
/usr
这意味着启动系统和挂载文件系统(包括故障排除)所需的任何基本基本实用程序都应该存在于/bin. 非必要的东西都可以进去/usr。