NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: can't su, but I can log in as root



Al - image hosting services wrote:
> > ls -l `which su`
> 
> ls: -m: No such file or directory
> ls: aliased: No such file or directory
> ls: su: No such file or directory
> ls: su:: No such file or directory
> ls: to: No such file or directory

That doesn't look right.  Please try:

        $ which su # just for kicks
        $ command -v su
        $ ls -l $(command -v su)

That should work unless you're running csh.  

--jkl


Home | Main Index | Thread Index | Old Index