La commande tree donne l'arborescence en mode texte des répertoires / fichiers :
| tree -ugDhalp |
L'ordre des options (ugDhalp) n'a pas d'importance.
Cela donne :
tree -ugDhalp sites-*
[drwxr-xr-x root root 4.0K Jan 24 15:09] sites-available
├── [-rw-r--r-- root root 3.4K Jan 23 06:39] impp.conf
└── [-rw-r--r-- root root 101K Jan 24 15:09] vhosts.conf
[drwxr-xr-x root root 4.0K Jan 23 06:40] sites-enabled
└── [lrwxrwxrwx root root 30 Jun 28 2024] vhosts.conf -> ../sites-available/vhosts.conf
2 directories, 3 files