Device Management: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
(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...")
 
m (Michael Kohler moved page AIX Devices to Device Management without leaving a redirect)
(No difference)

Revision as of 15:53, 15 June 2016

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