« Commandes BASH » : différence entre les versions
| Ligne 145 : | Ligne 145 : | ||
== Alias == | == Alias == | ||
< | <syntaxhighlight lang="bash" line copy> | ||
ls -l Afficher les informations de manière détaillée. | ls -l Afficher les informations de manière détaillée. | ||
| Ligne 165 : | Ligne 165 : | ||
ln -s 'chemin_de_l_element_visé' 'nom_effectif_du_lien' | ln -s 'chemin_de_l_element_visé' 'nom_effectif_du_lien' | ||
ex: ln -s /usr/local/php53/bin/php /usr/local/bin/php53 | ex: ln -s /usr/local/php53/bin/php /usr/local/bin/php53 | ||
</ | </syntaxhighlight> | ||
== Copie == | == Copie == | ||