Friday, April 12, 2019

One-liner to ID the GUID of the FileVault-enabled account used to unlock the encryption on an encrypted Apple File System drive.

One-liner to ID the GUID of the FileVault-enabled account used to unlock the encryption on an encrypted Apple File System drive.: echo $(ioreg -l -w0 -p IODeviceTree | grep efilogin-unlock-ident) | grep -Eo "[A-F0-9]{8}-[A-F0-9]{4}-4[A-F0-9]{3}-[89AB][A-F0-9]{3}-[A-F0-9]{12}"

No comments:

How to Disable Unattended Upgrades on Ubuntu - Linux Tutorials - Learn Linux Configuration

How to Disable Unattended Upgrades on Ubuntu - Linux Tutorials - Learn Linux Configuration