“bin”组的目的是什么?

Per*_*tor 18 users

一般用在什么地方?我在哪里可以阅读它,以及其他经常使用的组?

mur*_*uru 20

base-passwd包保证系统中存在某些用户和某些组。文档位于/usr/share/doc/base-passwd/users-and-groups.txt.gz(或/usr/share/doc/base-passwd/users-and-groups.html)中(可在Debian Salsa 中在线获得源代码):

bin

    HELP: No files on my system are owned by user or group bin. What good are
    they? Historically they were probably the owners of binaries in /bin? It is
    not mentioned in the FHS, Debian Policy, or the changelogs of base-passwd
    or base-files.

    LSB 1.3 lists bin as legacy, and says: "The 'bin' UID/GID is included for
    compatibility with legacy applications. New applications should no longer
    use the 'bin' UID/GID."
Run Code Online (Sandbox Code Playgroud)

因此,它是LSB规范的一部分,而且由于 Debian 过去一直致力于 LSB 合规性,因此 Ubuntu 有一个bin用户和组。


rac*_*man 7

/usr是历史悠久的 Unix 中用户家的原始路径,因此有一个bin用户负责/usr/bin- 比较 root 用户在这些(以及一些更现代的系统 - Solaris 等)系统中的实现方式,它有/,没有/root,作为主目录。