Re: cannot execute /bin/bash : No such file or Directory exists

2006-08-29 Thread Vladimir A. Pavlov
On Tuesday 29 August 2006 10:30, yogesh prabhu wrote: > " Cannot execute /bin/bash No such file or directory " It would be interesting (and useful as well) to look at the output of the following commands: ls -l /bin/bash /lib/libreadline.so.5.0 /lib/libhistory.so.5.0 ls -l /lib/libncurses.so.5

Re: cannot execute /bin/bash : No such file or Directory exists

2006-08-29 Thread yogesh prabhu
hi chris , Thanks for ur reply ... when give ldd bin/bash ...i get this message linux-gate.so.1 => (0xe000) libreadline.so.5.0 => /lib/libreadline.so.5.0 (0xb7fbd000) libhistory.so.5.0 => /lib/libhistory.so.5.0 (0xb7fb5000) libncurses.so.5 => /lib/libnc

Re: Switching users in a bash script?

2006-08-29 Thread lynx . abraxas
On 29/08/06 00:12:00, Brandon Peirce wrote: > >I have never seen this technique before. But being curious I tried it too > >and > >am getting: > > > >su: must be run from a terminal > > > >Are there different implementations of su out there? I have an LFS 5.1.1 > > There is an su command in Core