1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 10:15:46 +02:00

efivar: add page (#17508)

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
Managor 2025-08-06 19:22:39 +03:00 committed by GitHub
parent 306afe64d8
commit 0f2bc745b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
pages/linux/efivar.md Normal file
View file

@ -0,0 +1,12 @@
# efivar
> Manage UEFI variables.
> More information: <https://manned.org/efivar>.
- List all UEFI variables:
`efivar {{[-l|--list]}}`
- Print the contents of a variable:
`efivar {{[-n|--name]}} {{146b234d-4052-4e07-b326-11220f8e1fe8-lBoot0000}} {{[-p|--print]}}`