Files
Managor b2d3c84281 devfsadm, bun-pm-pkg, piper, aa-unconfined, wmic, trdsql, electron-packager, cheatshh: adhere to the style guide (#22003)
* Update devfsadm.md

* Update devfsadm.md

* Update piper.md

* Update bun-pm-pkg.md

* Update aa-unconfined.md

* Update wmic.md

* Update trdsql.md

* Update elm.md

* Update electron-packager.md

* Update cheatshh.md
2026-04-13 12:17:03 +10:00

351 B

devfsadm

Administer /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