我在/home/istvan/myadmin/run-web-server.sh
中有一个bash脚本。它只有一行:systemctl start lighttpd.service
。我通过chmod +x
使其可执行,并且它工作正常。然后我运行#ln -s /home/istvan/myadmin/run-web-server.sh /usr/local/bin/run-web-server
。链接创建没有问题。如果我运行#/usr/local/bin/run-web-server
则会执行。但是当我输入#run-web-server
时,我得到'command not found'
。当我键入echo $PATH
时,它会在其他目录中显示/usr/local/bin