mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pages./: Automatically add alias pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages./: Automatically add links Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Fix false positives from script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
16 lines
418 B
Markdown
16 lines
418 B
Markdown
# devfsadm
|
|
|
|
> Commande d'administration pour `/dev`. Maintient le `/dev` espace de noms.
|
|
> Plus d'informations : <https://www.unix.com/man-page/sunos/1m/devfsadm>.
|
|
|
|
- Rechercher de nouveaux disques :
|
|
|
|
`devfsadm -c disk`
|
|
|
|
- Nettoyez tout pendaison `/dev` liens et rechercher un nouvel appareil :
|
|
|
|
`devfsadm -C -v`
|
|
|
|
- Marche à sec - sortir ce qui serait changé mais ne faire aucune modification :
|
|
|
|
`devfsadm -C -v -n`
|