shell problems
Posted by: coolgeek
Posted on: 2007-07-28 07:03:00
Two issues, possibly related.
1) I have frequently used chsh to change my shell from ksh to bash. The change will persist for a while, but ultimately revert back to ksh in /etc/passwd
2) I am currently unable to execute php scripts from the command line.
[yoda]$ php script.php
-bash: php: command not found
[yoda]$ php -v
-bash: php: command not found
[yoda]$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
All scripts executed through http seem to be working.