Files
tldr/pages.zh/osx/systemsetup.md
2024-01-01 10:38:53 +01:00

25 lines
691 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 {{路径}}`