6 August 201413 May 2023Linux CommandsBy Admin how to use lvdisplay command and its examples Examples: 1. To display all the logical volumes information $ lvdisplay 2. To view/print all the information $ lvdisplay –all 3. To […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lvcreate command and its examples Examples: 1. To Power of 2 chunk size for the snapshot logical volume between 4k and 512k $ lvcreate -c ChunkSize$ lvcreate […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lvconvert command and its examples Examples: 1. To specify the degree of mirror to create $ lvconvert -m 1$ lvconvert –mirrors 1 2. To specify the type […]
6 August 201413 May 2023Linux CommandsBy Admin lsusb command line tool and its examples Examples: 1. To list the USB devices $ lsusb 2. To be verbose $ lsusb -v$ lsusb –verbose 3. To Show only […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lsscsi command with its examples Examples: 1. To list SCSi devices $ lsscsi 2. To get the classic output $ lsscsi -c$ lsscsi –classic 3. To get […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lspcmcia command with its examples Examples: 1. To get extended debugging PCMCIA information $ lspcmcia 2. To see the version information $ lspcmcia -V 3. To increase […]
6 August 201413 May 2023Linux CommandsBy Admin how to use lspci command with its examples Examples: 1. To list all PCI devices $ lspci 2. To Dump PCI device data in a backward-compatible machine readable form $ […]
6 August 201414 May 2023Linux CommandsBy Admin how to use lsof command with its examples Examples: 1. To list all the open files $ lsof 2. To get the lsof help $ lsof -h$ lsof –help$ lsof […]
6 August 201414 May 2023Linux CommandsBy Admin how to use lshal command with its examples Examples: 1. To list HAL devices $ lshal 2. To print changes emitted by the hald daemon $ lshal -m$ lshal –monitor […]
6 August 201414 May 2023Linux CommandsBy Admin how to use lscpu command with its examples Examples: 1. To get the CPU architecture $ lscpu 2. To get the lscpu help $ lscpu -h$ lscpu –help 3. To […]