sh [Mac Housekeeping Scripts] #mac #maintain #monitor

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh [Mac Housekeeping Scripts] #mac #maintain #monitor相关的知识,希望对你有一定的参考价值。

# Shutdown Your Mac, With or Without a Delay
sudo shutdown -h now # shutdown
sudo shutdown -r now # restart
sudo shutdown -r +60 # 60 min
       
# uptime of mac
uptime
       
# Install OS X Software Updates
sudo softwareupdate -l
sudo softwareupdate -ia # install

以上是关于sh [Mac Housekeeping Scripts] #mac #maintain #monitor的主要内容,如果未能解决你的问题,请参考以下文章

替换 sh 中的源

sh 增加Mac.sh上的Watchers

sh [Mac可执行命令] #mac #run

在mac中怎么运行.sh文件哦

sh [Mac设置脚本] #mac #install #configure

sh [Mac附加配置] #mac #configure #run