Thread
:
error shell script no such file or directory /bin/sh
View Single Post
#
2
(
permalink
)
01-08-2006, 09:34 PM
monk
Senior Member
User
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power:
5
You don't have shell named /bin/sh you can install it or just create a soft link to /bin/bash using following command
Code:
ln -s /bin/bash /bin/sh
monk
View Public Profile
Send a private message to monk
Visit monk's homepage!
Find all posts by monk