On Sat, Dec 5, 2020 at 6:36 PM Dennis Clarke <[email protected]> wrote: > ... > get to a shell with strange > "busybox" wherein the "ls" command does not support the letter "b" or > the letter "p" option.
That's par for the course with Busybox. It can be anemic at times. For example, chmod mode only takes letters like a+x, and not digits like 0755. Jeff

