1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

systemsetup: add Chinese translation

This commit is contained in:
wizarot 2019-03-15 11:46:52 +08:00 committed by Owen Voke
parent 75271679b6
commit be07223d8c

View file

@ -0,0 +1,23 @@
# systemsetup
> 配置系统首选项计算机设置.
- 启用远程登录(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 {{路径}}`