Forrest logo
back to the bless tool

bless:tldr:b2376

bless: Gather information about the currently selected volume (as determined by the firmware), suitable for piping to a program capable of parsing Property Lists.
$ bless --info --plist
try on your machine

The command "bless --info --plist" is used in macOS to display information about the boot process and firmware settings on a Mac computer. Let's break down the individual components of the command:

  • "bless" is a command-line utility in macOS used to manage boot-related settings.
  • "--info" is an option that tells the "bless" utility to provide information about the boot process and firmware settings.
  • "--plist" is another option that formats the output of the command in property list (plist) format.

When you run the command "bless --info --plist" in the terminal, it will retrieve and display information such as the current boot volume, EFI (Extensible Firmware Interface) version, boot mode, boot options, and other relevant details. The plist format organizes the information in a structured manner, making it easier to read and process by machines or scripts.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the bless tool