Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个小 bash 脚本要运行,但它似乎在第二行没有错误地停止:
export REQUIRE_TRIGGER=0 sudo -s -H killall ptpd ntpd nice -n -19 ptpd -gGW -b eth0 -s2 -i NTP -t -c D
脚本在一个文件中。我错过了什么?
试着做
sudo killall ptpd ntpd sudo nice -n -19 ptpd -gGW -b eth0 -s2 -i NTP -t -c D