tldr/pages.zh/osx/systemsetup.md

25 lines
691 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# systemsetup
> 配置系统首选项计算机设置。
> 更多信息:<https://support.apple.com/guide/remote-desktop/about-systemsetup-apd95406b8d/mac>.
- 启用远程登录SSH
`systemsetup -setremotelogin on`
- 指定时区、NTP 服务器并启用网络时间:
`systemsetup -settimezone "{{美国 / 太平洋}}" -setnetworktimeserver {{us.pool.ntp.org}} -setusingnetworktime on`
- 使机器从不休眠,并在电源故障或内核死机时自动重新启动:
`systemsetup -setsleep off -setrestartpowerfailure on -setrestartfreeze on`
- disks 选择启动:
`systemsetup -liststartupdisks`
- 指定新的启动盘:
`systemsetup -setstartupdisk {{路径}}`