• mieum@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    3 years ago

    You may know Zsh as the default shell for FreeBSD

    I thought on FreeBSD tcsh was default for root and sh was default for other users. Also never realized anyone used dash as a login shell :b

      • pingveno@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        3 years ago

        I think the default shell is very distro dependent. Ubuntu-based distros typically use dash, Arch Linux uses bash, and Alpine Linux uses BusyBox’s compiled in ash shell.

      • mieum@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        3 years ago

        I believe the original Almquist shell is used on FreeBSD. I know on Debian dash is the sh implementation (afterall it is Debian Almquist Shell), but the default login shell for the root user is bash apparently.

        • hello_lebbit@lemmy.ml
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          3 years ago

          /bin/sh historically used to be an actual shell(the Bourne shell*), but now by default it points to one set by the distro’s devs. Almquist shell was an alternative developed with a BSD license and i guess its still used