View Single Post

   
  #4 (permalink)  
Old 02-18-2008, 07:12 PM
@micro$oft.com
 
Posts: n/a
Default Re: /bin/sh and /sbin/depmod needed

Gijs wrote:
> I need /bin/sh


Good God! The guy has no shell! What on earth are you using to give
commands to the OS? Punch cards? Smoke signals? ;p


Try 'which bash' or 'which zsh'. Hell, cat /etc/shells and see'em all...
/bin/sh is sometimes a soft link to the real shell. I use zsh (the Z
shell!), but my /bin/sh links to bash. You can make it like:
ln -s /bin/bash /bin/sh to put the link back, but I tend to think your
path is not set, if you can't see a shell or depmod.


--
-=-=-=-=-=-=-=-=-=-=-=The New Atr2.Ath.Cx=-=-=-=-=-=-=-=-=-=-=
- jayjwa *Https Only* Mod-SSL / PGP Key / CA Onsite
Was I helpful?: https://atr2.ath.cx/papers/affero.php
What every Windows user needs: https://atr2.ath.cx/pub/pic.jpg
Mail: jayjwa@hotspam.com Spam servers: listme@listme.dsbl.org
/cgi-bin/ping-jay.cgi or finger for GPG & info
/pub is public WWW directory Registered Linux fanatic #37
=-=-=-=-=-=-=-=Linux Tough.Powered By Slackware=-=-=-=-=-=-=-=



Reply With Quote