跳至主要内容

Determine and Change Ubuntu Shell

Determin the current shell:
<pre> ls -al /bin/sh </pre>

Change the shell:
sudo dpkg-reconfigure dash
,or use link command
ln -fs /bin/bash /bin/sh


...Your html-escaped code goes here...
    echo "I like PHP";

评论