
lvs
List of commands for lvs:
-
lvs:tldr:25a56 lvs: Display only specific fields.$ lvs -o ${field_name_1},${field_name_2}try on your machineexplain this command
-
lvs:tldr:7baad lvs: Change default display to show more details.$ lvs -vtry on your machineexplain this command
-
lvs:tldr:804df lvs: Display information about logical volumes.$ lvstry on your machineexplain this command
-
lvs:tldr:a56df lvs: Suppress heading line.$ lvs --noheadingstry on your machineexplain this command
-
lvs:tldr:d2cbb lvs: Append field to default display.$ lvs -o +${field_name}try on your machineexplain this command
-
lvs:tldr:e2b0f lvs: Use a separator to separate fields.$ lvs --separator ${=}try on your machineexplain this command