On Fri, 8 Mar 2024 at 11:56, Predrag Zečević <predrag.zecevic.1961@xxxxxxxxxxxxxx> wrote: > > Hi, > > /bin/sh can be very different.... > > Ubuntu 22.04: > > :; ls -hal /bin/sh /bin/bash > -rwxr-xr-x 1 root root 1,4M Jan 6 2022 /bin/bash > lrwxrwxrwx 1 root root 4 Mar 23 2022 /bin/sh -> dash > > OpenIndiana (old OpenSolaris reincarnation) > > :; ls -hal /bin/sh /bin/bash > -r-xr-xr-x 1 root bin 1,4M Jan 25 09:42 /bin/bash > lrwxrwxrwx 1 root root 9 Apr 6 2021 /bin/sh -> i86/ksh93 That was the ksh93-integration project, to modernize /sbin/sh+/bin/sh in Solaris 11 to a POSIX shell. dash doesn't had all required features, bash was too big and slow, so they went for the original Korn Shell (1993 spec), aka ksh93. for OpenSSH it is basically like bash in POSIX mode, fully standard compliant. Ced -- Cedric Blancher <cedric.blancher@xxxxxxxxx> [https://plus.google.com/u/0/+CedricBlancher/] Institute Pasteur _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev