mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 14:00:02 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/efivar
Normal file
17
tldr/linux/efivar
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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]}}`
|
||||
Reference in New Issue
Block a user