我想在我的shell腳本設置超時,這是我的代碼:設置超時shell腳本
/etc/init.d/ntp stop
until ping -nq -c3 8.8.8.8; do
echo "Waiting for network..."
done
ntpdate -s time.nist.gov
/etc/init.d/ntp start
我想設置超時30秒,如果超過30秒我要殺死該進程並改變這個過程:
hwclock -s
三江源
我想在我的shell腳本設置超時,這是我的代碼:設置超時shell腳本
/etc/init.d/ntp stop
until ping -nq -c3 8.8.8.8; do
echo "Waiting for network..."
done
ntpdate -s time.nist.gov
/etc/init.d/ntp start
我想設置超時30秒,如果超過30秒我要殺死該進程並改變這個過程:
hwclock -s
三江源
爲什麼標記爲python? – jayant
@jayant:編輯。 –