Denis Heidtmann wrote:
> I just found this:
> $ ls -l /bin/sh
> lrwxrwxrwx 1 root root 4 2009-06-10 16:51 /bin/sh -> dash
>
> On another system sh -> bash, so that I just assumed...
>
> what is dash, he asks, and wonders if it bears on this issue.
>   
Denis Heidtmann
The '->' means that '/bin/sh' is linked to 'dash' (the 'l' in 
'lrwxrwxrwx') ... see 'man ln' for more detail.
Regards
Fred James
_______________________________________________
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to