Device Management

From UNIX Systems Administration
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Commands

AIX

  1. Find the parent of a device.
    # lsdev -l <child device> -F parent
  2. Find the children of a device.
    # lsdev -p <parent device>

Linux