TLDR
Enter a command. For example: betterdiscordctl, aura, xbacklight.

lvdisplay

 
Display information about Logical Volume Manager (LVM) logical volumes. See also: lvm. More information: https://man7.org/linux/man-pages/man8/lvdisplay.8.html.
 
  • Display information about all logical volumes:
     
    sudo lvdisplay
     
  • Display information about all logical volumes in volume group vg1:
     
    sudo lvdisplay {{vg1}}
     
  • Display information about logical volume lv1 in volume group vg1:
     
    sudo lvdisplay {{vg1/lv1}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.