Home » Questions » Computers [ Ask a new question ]

Symlink to bash starts some other shell

Symlink to bash starts some other shell

In the following bash session, I have /bin/sh symlinked to /bin/bash. However, when I run /bin/sh, the result is not the same as running /bin/bash...any idea whats happening there?

Asked by: Guest | Views: 184
Total answers/comments: 1
Guest [Entry]

From here: "If Bash is invoked with the name sh, it tries to mimic the startup behavior of historical versions of sh as closely as possible, while conforming to the posix standard as well. "