Update the FileVault auth-restart command with comments from pull request.

This commit is contained in:
Robert Davey 2015-10-24 09:10:08 +01:00
parent 09873d62d8
commit 98c7ae9ea1

View File

@ -910,17 +910,17 @@ pbpaste | sort | uniq | pbcopy
### FileVault ### FileVault
#### Check FileVault Status #### Automatically Unlock FileVault on Restart
```bash
sudo fdesetup status
```
#### Restart Computer and Unlock FileVault
If FileVault is enabled on the current volume, it restarts the system, bypassing the initial unlock. The command may not work on all systems. If FileVault is enabled on the current volume, it restarts the system, bypassing the initial unlock. The command may not work on all systems.
```bash ```bash
sudo fdesetup authrestart sudo fdesetup authrestart
``` ```
#### Check FileVault Status
```bash
sudo fdesetup status
```
### Information/Reports ### Information/Reports
#### Generate Advanced System and Performance Report #### Generate Advanced System and Performance Report