mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 05:56:46 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,19 +10,19 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Remove a volume group with confirmation:
|
||||
|
||||
`vgremove {{volume_group}}`
|
||||
`sudo vgremove {{volume_group}}`
|
||||
|
||||
- Forcefully remove a volume group without confirmation:
|
||||
|
||||
`vgremove {{[-f|--force]}} {{volume_group}}`
|
||||
`sudo vgremove {{[-f|--force]}} {{volume_group}}`
|
||||
|
||||
- Set the debug level for detailed logging to level 2, (repeat `--debug` up to 6 times to increase the level):
|
||||
|
||||
`vgremove {{[-d|--debug]}} {{[-d|--debug]}} {{volume_group}}`
|
||||
`sudo vgremove {{[-d|--debug]}} {{[-d|--debug]}} {{volume_group}}`
|
||||
|
||||
- Use a specific config setting to override defaults:
|
||||
|
||||
`vgremove --config '{{global/locking_type=1}}' {{volume_group}}`
|
||||
`sudo vgremove --config '{{global/locking_type=1}}' {{volume_group}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user