add new chinese translations
This commit is contained in:
28
pages.zh/osx/csrutil.md
Normal file
28
pages.zh/osx/csrutil.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# csrutil
|
||||
|
||||
> 管理系统完整性保护配置。
|
||||
> 更多信息:<https://keith.github.io/xcode-man-pages/csrutil.8.html>。
|
||||
|
||||
- 显示系统完整性保护状态:
|
||||
|
||||
`csrutil status`
|
||||
|
||||
- 禁用系统完整性保护:
|
||||
|
||||
`csrutil disable`
|
||||
|
||||
- 启用系统完整性保护:
|
||||
|
||||
`csrutil enable`
|
||||
|
||||
- 显示允许的NetBoot源列表:
|
||||
|
||||
`csrutil netboot list`
|
||||
|
||||
- 将IPv4地址添加到允许的NetBoot源列表:
|
||||
|
||||
`csrutil netboot add {{ip}}`
|
||||
|
||||
- 重置系统完整性保护状态并清除NetBoot列表:
|
||||
|
||||
`csrutil clear`
|
Reference in New Issue
Block a user