Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,23 +1,23 @@
# systemsetup
> 配置系统首选项计算机设置.
> 配置系统首选项计算机设置
- 启用远程登录 (SSH):
- 启用远程登录SSH
`systemsetup -setremotelogin on`
- 指定时区、NTP 服务器并启用网络时间:
- 指定时区、NTP 服务器并启用网络时间
`systemsetup -settimezone {{美国 / 太平洋}} -setnetworktimeserver {{us.pool.ntp.org}} -setusingnetworktime on`
- 使机器从不休眠,并在电源故障或内核死机时自动重新启动:
- 使机器从不休眠,并在电源故障或内核死机时自动重新启动
`systemsetup -setsleep off -setrestartpowerfailure on -setrestartfreeze on`
- disks 选择启动:
- disks 选择启动
`systemsetup -liststartupdisks`
- 指定新的启动盘:
- 指定新的启动盘
`systemsetup -setstartupdisk {{路径}}`