Welcome to the Linux Foundation Forum!

About /bin and /sbin

I have a question, according to what I have read, /bin can be a symbolic link to /usr/sbin. And also it says that /usr can be in a separate partition.

What happens if it is necessary to do a system repair? Would the basic /bin binaries be available?

Greetings

Best Answer

  • Posts: 916
    edited March 2023 Answer ✓

    When you have the symbolic links, you can no longer have them in separate partitions. It is partly because people recognized no one was using separate partitions anymore that the links were established on almost all distros :) Actually they can be on separate partitions for a while but then yhou have to have ln -s /bin /usr/bin etc. It's is just not worth it.

Answers

  • Posts: 8

    Thank you,

    I imagine that if you do it in a separate partition then the installation process does not make the symbolic links.

    Thanks for your quick response.

  • Posts: 916

    interesting point. I don't know what they do if you do such a scheme (/usr on a separate partition than /bin and /etc etc.) :)

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training