Device Management

From UNIX Systems Administration
Revision as of 18:55, 27 April 2017 by Michael Kohler (talk | contribs) (→‎Commands)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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