Ron,
You are quite right. I tried to use 1bsd's ls in v5 for the columnar
output and there are bugs.
This is what it should look like:
ls -l /unix
-rwxr-xr-x 1 root 27066 Feb 22 14:34 unix
So it's now mode 755 and everything seems to work fine.
Mark
On 2/22/15, Ronald Natalie <ron(a)ronnatalie.com> wrote:
Your ls is missing a set of perms (-rwxrwxrwx).
No it should not be 777. It needs to be readable because certain programs
in user mode read the symbol table.