System Grab Bag

View all TLDR pages from Sun OS (or from all pages)

devfsadm

Administration command for /dev. Maintains the /dev namespace. More information: https://www.unix.com/man-page/sunos/1m/devfsadm.
  • Scan for new disks:
    devfsadm -c disk
  • Cleanup any dangling /dev links and scan for new device:
    devfsadm -C -v
  • Dry-run - output what would be changed but make no modifications:
    devfsadm -C -v -n

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.