answersLogoWhite

0


Best Answer

lsusb (in a terminal) will list any USB device connected to the computer.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What commands Linux do you use to list known connected storage devices?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What command in Linux do yo use to mount a universal storage bus storage device?

You can use the mount and umount commands for just about any storage device, including loop devices that are connected to a physical or virtual storage devices (i.e. a filesystem within a file).


What command in Linux do you use to list known connected storage devices?

sudo fdisk -l (fdisk must be run as supper-user, hence, sudo).lsusb to list USB devices.


What is LVM in Linux?

LVM is a logical volume manager for the Linux kernel; it manages disk drives and similar mass-storage devices.


What do you mean by Linux Utilities?

utilities is nothing but predefined commands in linux


You want to determine whether your Linux laptop has connected to it and obtained a valid IP address what commands will allow you to find the information you need?

use 'ifconfig -a '


How many different commands are there for Linux?

Innumerable. Remember that any program on Linux can be launched from the command line, so there are as many commands as there are programs.


What are the Linux commands used by Oracle DBA?

ls


If you have just set up a new wireless network in your house and you want to determine whether your Linux laptop has connected to it and obtained a valid IP address what commands wi?

ifconfig -a


Explain Backup management commands in Linux?

There are no standardized commands for backing up a Linux system. Backup methods can range from dd to RAID to one of various backup utilities.


Are Linux commands entered via the command line case sensitive?

Yes. Just about everything to do with Linux on the command line is case sensitive, including commands and file names.


What are the common Linux commands by Oracle 10g?

Oracle 10g's commands are internal; they have nothing to do with what platform it is running on.


How do you find out what DOS Commands are available in Linux?

There is none. For starters, you have it backwards, DOS actually copied most of its commands from Unix (The rest came from CP/M.), which Linux is inspired by. Commands like "cd" and "dir" were Unix commands long before DOS even existed.