On 25/11/2014, Markus Teich <[email protected]> wrote: > Please post the output of > > ldd $(which ls); du -h $(which ls)
$ ldd $(which ls); du -h $(which ls) mksh: ldd: not found 0 /usr/bin/ls $ ls -l /usr/bin/ls lrwxrwxrwx 1 strake users 7 Aug 25 2013 /usr/bin/ls -> busybox $ du -h /usr/bin/busybox 684.0K /usr/bin/busybox $ ☺
