mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-05 12:00:16 +00:00
13 lines
289 B
Plaintext
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
|