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
<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";
评论
发表评论