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,28 +1,28 @@
# scutil
> 管理系统配置参数.
> 设置配置时必须是 root 权限.
> 管理系统配置参数
> 设置配置时必须是 root 权限
- 显示 DNS 配置:
- 显示 DNS 配置
`scutil --dns`
- 显示代理配置:
- 显示代理配置
`scutil --proxy`
- 获取计算机名称:
- 获取计算机名称
`scutil --get ComputerName`
- 设置计算机名称:
- 设置计算机名称
`sudo scutil --set ComputerName {{我的计算机名}}`
- 获取主机名 ( HostName ):
- 获取主机名HostName
`scutil --get HostName`
- 设置主机名:
- 设置主机名
`scutil --set HostName {{hostname}}`