I have an ubuntu machine with default shell set to bash and both ways to the binary in $PATH:
$ which bash /bin/bash $ which sh /bin/sh $ ll /bin/sh lrwxrwxr
I believe sh on ubuntu is actually dash which is smaller than bash with fewer features.
sh