Usb??????????????


 
Thread Tools Search this Thread
Special Forums Cybersecurity Usb??????????????
# 1  
Old 10-16-2002
Usb??????????????

it's true that USB port has no security??
lolo_vang
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Hardware

Could USB ever take over PCI

Internally speaking, for your motherboard bus. Would it be possible for a usb standard to be used in place of the PCI or PCIe bus that is now nearly standard on all PC's? If not, why wouldn't this work? (8 Replies)
Discussion started by: Lost in Cyberia
8 Replies

2. UNIX for Dummies Questions & Answers

USB FileSystem

I'm New in the UNIX World I Recenlty Installed OpenSuse On My Machine, I Loove it, and even though it's a complete new thing i think i truly like it, Anyway for some reason MY USB flash stick i was able to copy/paste from before now it wont let me write or change anything from it only READ it says... (2 Replies)
Discussion started by: JuankyKong
2 Replies

3. UNIX for Dummies Questions & Answers

USB-USB cable between linux and windows computers

Is there an easy way to setup a cross-over cable (USB-USB) between a linux box and a windows PC? My 2 machines are next to each other but I really do not want to keep transfering my files using my USB drive. Thanks! (4 Replies)
Discussion started by: Xterra
4 Replies

4. Solaris

Usb Device

AM TRYING TO CONNECT A USB EXTERNAL DRIVE FOR BACKUP,THE USB SLOT IS AVAILABLE,BUT I DONT KNOW IF IT IS READY WHEN I CONNECT IT,AND WHAT COMMANDS DO I NEED. tHANKS (10 Replies)
Discussion started by: tomjones
10 Replies

5. UNIX for Dummies Questions & Answers

USB Ports

I want to map out specific USB ports. For example if there are 7 ports on a USB hub I want to be able to identify port #2 and send a file there. How does UNIX see these ports? (1 Reply)
Discussion started by: eggfoot
1 Replies

6. UNIX for Dummies Questions & Answers

USB Floppy

How can we install usb floppy drive in SCO 5.0.6 (1 Reply)
Discussion started by: irshad ishaque
1 Replies

7. Solaris

mount USB

Ok, I have a rocsecure USB 2.0 hardrive. Currently it is formatted as an NTFS drive. I need to mount it on solaris and move an oracle dmp file onto it. Will I be even able to format it to a PCFS on a solaris 9 machine. Or do I need to format it FAT-32 first on a windows machine? steps ... (3 Replies)
Discussion started by: csaunders
3 Replies

8. SCO

USB Printer

I have an HP Vectra VL Series5 running SCO Unix v3.2.5 and need to connect an HP LaserJet 1020 via USB port. Does anybody know the address of the USB ports? This computer has two. Thanks for any assistance. (3 Replies)
Discussion started by: Don48
3 Replies

9. Solaris

External USB

Is it possible to install Solaris 10 on an external USB drive? I'd like to dual boot Linux and Solaris 10. Thanks! (2 Replies)
Discussion started by: otterit
2 Replies
Login or Register to Ask a Question
lsusb(8)							Linux USB Utilities							  lsusb(8)

NAME
lsusb - list all USB devices SYNOPSIS
lsusb [options] DESCRIPTION
lsusb is a utility for displaying information about all USB buses in the system and all devices connected to them. To make use of all the features of this program, you need to have Linux kernel 2.3.15 or newer which supports the /proc/bus/usb interface. OPTIONS
-v Tells lsusb to be verbose and display detailed information about all devices. -vv Tells lsusb to be very verbose and display even more information (actually everything the PCI device is able to tell). -s [[<bus>]:][<devnum>]] Show only devices in specified bus and devnum. -d [<vendor>]:[<product>] Show only devices with specified vendor and product ID. Both ID's are given in hexadecimal and may be omitted. -p <procpath> Use another path instead of /proc/bus/usb. -D <device> Do not scan the /proc/bus/usb directory, instead display only information if the device whose device file is given. -t Tells lsusb to dump the physical USB device hierarchy as a tree. FILES
/usr/share/hwdata/usb.ids A list of all known USB ID's (vendors, products, classes, subclasses and protocols). /proc/bus/usb An interface to USB devices provided by the post-2.3.15 Linux kernels. Contains per-bus subdirectories with per-device files and a devices file containing a list of all USB devices. SEE ALSO
lspci(8) AUTHOR
Thomas Sailer, <sailer@ife.ee.ethz.ch>. usbutils-0.2 14 September 1999 lsusb(8)