View Single Post

  #2 (permalink)  
Old 01-08-2006, 09:34 PM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

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
Reply With Quote