mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 10:55:45 +02:00
efivar: add page (#17508)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
parent
306afe64d8
commit
0f2bc745b1
1 changed files with 12 additions and 0 deletions
12
pages/linux/efivar.md
Normal file
12
pages/linux/efivar.md
Normal 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]}}`
|
Loading…
Add table
Reference in a new issue