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 […]
6 August 201414 May 2023Linux CommandsBy Admin lsb_release command line tool and its examples Examples: 1. To get the LSB distribution information $ lsb_release 2. To get all the LSB distribution information $ lsb_release -a$ lsb_release […]
6 August 201414 May 2023Linux CommandsBy Admin lsattr command line tool and its examples Examples: 1. To recursively list attributes of directories and their contents $ lsattr -R 2. To display the program version $ lsattr […]