how to use lshal command with its examples

  • About lshal : List HAl devices
  • It comes from “hal-0.5.14” package.
  • Configuration Files:
  • Path: /usr/bin/lshal

Examples:

1. To list HAL devices

$ lshal

 2. To print changes emitted by the hald daemon

$ lshal -m
$ lshal –monitor 

3. To get the short output

$ lshal -s
$ lshal –short 

4. To display the devices organized in a tree

$ lshal -t
$ lshal –tree

5. To show only the given UDI

$ lshal -u
$ lshal –show

6. To print out usage

$ lshal -h
$ lshal –help 

7. To print the version

$ lshal -V
$ lshal –version 


Leave a Reply

Your email address will not be published. Required fields are marked *