Ubuntu Pastebin

Paste from hillary at Tue, 3 Mar 2015 07:27:24 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
hillary@hillarys:~$ sudo lshw -C network plz
[sudo] password for hillary: 
Hardware Lister (lshw) - B.02.16
usage: lshw [-format] [-options ...]
       lshw -version

	-version        print program version (B.02.16)

format can be
	-html           output hardware tree as HTML
	-xml            output hardware tree as XML
	-short          output hardware paths
	-businfo        output bus information

options can be
	-class CLASS    only show a certain class of hardware
	-C CLASS        same as '-class CLASS'
	-c CLASS        same as '-class CLASS'
	-disable TEST   disable a test (like pci, isapnp, cpuid, etc. )
	-enable TEST    enable a test (like pci, isapnp, cpuid, etc. )
	-quiet          don't display status
	-sanitize       sanitize output (remove sensitive information like serial numbers, etc.)
	-numeric        output numeric IDs (for PCI, USB, etc.)

hillary@hillarys:~$ 
Download as text