Hi,
As I stated previously, the ls command does not work on my LFS build. Instead, I ran the two
ls commands on my host distribution, adding
/mnt/lfs in from of
/bin/sh and
/bin/bash.
/mnt/lfs is the location of LFS on my computer. The output of
ls -al /mnt/lfs/bin/sh is:
Code:
lrwxrwxrwx 1 root root 4 Dec 27 00:22 /mnt/lfs/bin/sh -> bash
The output of
ls -al /mnt/lfs/bin/bash is:
Code:
-rwxr-xr-x 1 root root 1991497 Dec 29 13:34 /mnt/lfs/bin/bash
Running
echo $PATH on my LFS build produces the following result:
Code:
/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin.
I hope this helps.
-Aaron