Operating System - HP-UX
1830503 Members
2474 Online
110006 Solutions
New Discussion

what's difference of ioscan -u and -k?

 
SOLVED
Go to solution
常有慈悲心
Regular Advisor

what's difference of ioscan -u and -k?

-k:kernel io
-u :usable io?
2 REPLIES 2
Sanjay Kumar Suri
Honored Contributor
Solution

Re: what's difference of ioscan -u and -k?

-k: Scan kernel I/O system data structures instead of the actual hardware and list the results.

-u: Scan and list usable I/O system devices instead of the actual hardware.

So -k (defined in kernel) could list more I/O system data than -u (what is usable).

sks
A rigid mind is very sure, but often wrong. A flexible mind is generally unsure, but often right.
Peter Leddy_1
Esteemed Contributor

Re: what's difference of ioscan -u and -k?

-k Scan kernel I/O system data structures instead of the actual hardware and list
the results. No binding or unbinding of drivers is performed. The -d, -C, -I,
and -H options can be used to restrict listings. Cannot be used with -u. This
option does not require superuser privileges.

-u Scan and list usable I/O system devices instead of the actual hardware. Usable
I/O devices are those having a driver in the kernel and an assigned instance
number. The -d, -C, -I, and -H options can be used to restrict listings. The
-u option cannot be used with -k.


You can get this from the manpages(man ioscan).