Quote:
|
Originally Posted by cbkihong
The "exec" builtin in bash (sh on Linux seems to be too).....
|
On most (recent) Linux distros sh is soft/hard linked to bash...
Code:
# ls -l /bin/sh /bin/bash
-rwxr-xr-x 1 root root 616312 Dec 7 2004 /bin/bash
lrwxrwxrwx 1 root root 4 May 18 2005 /bin/sh -> bash