On Wednesday 26 November 2003 04:43, Michael Spohn wrote:
> > Does /bin/sh exist? It should be a symlink to /bin/bash. To fix that:
> > ln -sf /bin/bash /bin/sh
> >
> > Also, check permissions on /bin/bash (although I'd think that you'd be
> > operating from bash). Should be:
> > bash-2.05b$ ls -l /bin/bash
> > -rwxr-xr-x    1 root     root       632976 Nov  1 23:47 /bin/bash
> >
> > Fix it with (if you have permission to):
> > chmod 755 /bin/bash
> > chown root:root /bin/bash
>
> It's all like it should be. Something else must be going wrong. :-(

Check out /usr/bin/python then.

Jason

--
[EMAIL PROTECTED] mailing list

Reply via email to