diff --git a/sheets/devfsadm b/sheets/devfsadm index 52ca9e8..118abc6 100644 --- a/sheets/devfsadm +++ b/sheets/devfsadm @@ -1 +1,12 @@ -Page not found. Updating cache .. +# devfsadm +# +# Administration command for /dev. Maintains the /dev namespace (Solaris) + +# 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