Multiple choice technology web technology How could you get the physical SCSI address of /dev/sda ? Using the command scsi-info /dev/sda Using the command scsi_info /dev/sda Using the command scsiinfo /dev/sda 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.