Why is /bin a symbolic link to /usr/bin?
25
votes
1
answer
12186
views
According to the Filesystem Hierarchy Standard the
/bin
directory should contain utilities needed in single user mode. In practice, many Linux distributions make the directory a symbolic link to /usr/bin
. Similarly, /sbin
is nowadays often a symbolic link to /usr/bin
as well.
What's the rationale behind the symlinks?
Asked by unhack
(905 rep)
Feb 29, 2016, 01:16 PM
Last activity: Jun 1, 2023, 10:12 PM
Last activity: Jun 1, 2023, 10:12 PM