Files
tldr/pages.zh/osx/fdesetup.md

24 lines
437 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# fdesetup
> 设置和检索与 FileVault 相关的信息。
> 更多信息:<https://keith.github.io/xcode-man-pages/fdesetup.8.html>。
- 列出当前启用 FileVault 的用户:
`sudo fdesetup list`
- 获取当前 FileVault 状态:
`fdesetup status`
- 添加启用 FileVault 的用户:
`sudo fdesetup add -usertoadd {{user1}}`
- 启用 FileVault
`sudo fdesetup enable`
- 禁用 FileVault
`sudo fdesetup disable`