Device Management

From UNIX Systems Administration
Revision as of 15:53, 15 June 2016 by Michael Kohler (talk | contribs) (Created page with "== Commands == === AIX === # Find the parent of a device. ## <tt>'''# lsdev -l <child device> -F parent'''</tt> # Find the children of a device. ## <tt>'''# lsdev -p <parent d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Commands

AIX

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

Linux