> something isn't right. I rebuilt and installed lib9 and ls, but ls
> still doesn't show anything useful. It may just be that I have to

My first guess would be that when you "installed" ls again,
there was already an o.ls in plan9/src/cmd, so it didn't
get relinked.  It should suffice to do

        cd $PLAN9/src/lib9
        mk _p9dir
        cd ../cmd
        rm o.ls
        mk o.ls
        o.ls -l /your/dev

to test.

Russ


Reply via email to