| Linux / Unix Command: vgremove |
NAME
vgremove - remove a volume groupSYNOPSIS
vgremove [-d|--debug] [-h|--help] [-v|--verbose] VolumeGroupName [VolumeGroupName...]DESCRIPTION
vgremove allows you to remove one or more volume groups. The volume group(s) must not have any logical volumes allocated and must also be inactive (see vgchange(8) ).OPTIONS
- -d, --debug
- Enables additional debugging output (if compiled with DEBUG).
- -h, --help
- Print a usage message on standard output and exit successfully.
- -v, --verbose
- Gives verbose runtime information about vgremove's activities.
Important: Use the man command (% man) to see how a command is used on your particular computer.

