php软连接
源文件 /www/server/php/72/bin/php
目标文件 /usr/bin/php
ln -s /www/server/php/72/bin/php /usr/bin/php
如果报错ln: failed to create hard link '/usr/bin/php': File exists
换成强制 ln -sf /www/server/php/72/bin/php /usr/bin/php
源文件 /www/server/php/72/bin/php
目标文件 /usr/bin/php
ln -s /www/server/php/72/bin/php /usr/bin/php
如果报错ln: failed to create hard link '/usr/bin/php': File exists
换成强制 ln -sf /www/server/php/72/bin/php /usr/bin/php