hello, I had built busybox successfully and installed it to / of target system. when I issue ls command, it always runs the ls of host version. how do I change it to run the /bin/ls of target system as default? I changed the PATH via "export PATH=/bin:$PATH" but it doesn't work, why? thank you Max