Multiple choice technology web technology

How could you get the physical SCSI address of /dev/sda ?

  1. Using the command scsi-info /dev/sda

  2. Using the command scsi_info /dev/sda

  3. Using the command scsiinfo /dev/sda

  4. Using the command lsscsi

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

lsscsi is the standard command to list SCSI devices and their addresses. scsi_info, scsiinfo, and scsi-info are not standard Linux commands.