nvram
Verified for current stable LTS
Nvram Command: Delete Firmware Variable
Use for delete firmware variable with Nvram. Exact CLI syntax to delete firmware variable using Nvram.
When to use this: Use for delete firmware variable with Nvram.
Command Syntax
sudo nvram -d <name> sudo nvram -d <name> Live Command Builder
Final Command
sudo nvram -d <name> Command Breakdown
-d- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to delete firmware variable using Nvram.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Nvram Command: Clear All Firmware Variables
sudo nvram -c Nvram Command: Modify Firmware Variable sudo nvram <name>="<value>" Nvram Command: Print All Nvram Variables nvram -p Nvram Command: Print All Nvram Variables Xml nvram -xp Nvram Command: Set Firmware Variable From Xml File sudo nvram -xf <path/to/file.xml>