add new chinese translations
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# scutil
|
||||
|
||||
> 管理系统配置参数。
|
||||
> 设置配置时必须是 root 权限。
|
||||
> 更多信息:<https://keith.github.io/xcode-man-pages/scutil.8.html>.
|
||||
> 设置配置时需要root权限。
|
||||
> 更多信息:<https://keith.github.io/xcode-man-pages/scutil.8.html>。
|
||||
|
||||
- 显示 DNS 配置:
|
||||
- 显示DNS配置:
|
||||
|
||||
`scutil --dns`
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
|
||||
- 设置计算机名称:
|
||||
|
||||
`sudo scutil --set ComputerName {{我的计算机名}}`
|
||||
`sudo scutil --set ComputerName {{computer_name}}`
|
||||
|
||||
- 获取主机名(HostName):
|
||||
- 获取主机名:
|
||||
|
||||
`scutil --get HostName`
|
||||
|
||||
- 设置主机名:
|
||||
|
||||
`scutil --set HostName {{hostname}}`
|
||||
`scutil --set HostName {{hostname}}`
|
Reference in New Issue
Block a user