本文介绍了在MacOS Mojave中找不到ntpdate命令的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个Bash脚本,可以更新我的Mac的时间,但是由于更新了Majove,因此找不到该命令:

I have a Bash script who update the time of my mac but since the update of Majove the command isn't found:

ntpdate -u time.apple.com

返回:

ntpdate: command not found

我要去哪里错了?

推荐答案

是重复的.请检查此stackoverflow问题.

TL; DR改用sudo sntp -sS time.apple.com.

这篇关于在MacOS Mojave中找不到ntpdate命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-06 17:27