commands.sh

efivar

linux

Manage UEFI variables.

More info →

Options (3)

-l, --listboolean

List all UEFI variables

Example: efivar {{[-l|--list]}}
-n, --nameboolean

Print the contents of a variable

Example: efivar {{[-n|--name]}} {{146b234d-4052-4e07-b326-11220f8e1fe8-lBoot0000}} {{[-p|--print]}}
-p, --printboolean

Print the contents of a variable

Example: efivar {{[-n|--name]}} {{146b234d-4052-4e07-b326-11220f8e1fe8-lBoot0000}} {{[-p|--print]}}

Examples (2)

List all UEFI variables

efivar [-l|--list]

Print the contents of a variable

efivar [-n|--name] 146b234d-4052-4e07-b326-11220f8e1fe8-lBoot0000 [-p|--print]
made by @shridhargupta | data from tldr-pages