You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
289 B
Plaintext

# 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