Linux introduction/fr: Difference between revisions

Jump to navigation Jump to search
Created page with "Ainsi, pour se déplacer dans <tt>mon_répertoire</tt>, on tapera : {{Commande|cd mon_répertoire}} Pour revenir au dossier parent, on tapera : {{Commande|cd ..}} Enfin, pour..."
(Created page with "=== Naviguer dans le système de fichiers === Pour se déplacer dans le système de fichiers, on utilise la commande <tt>cd</tt> (''change directory'').")
(Created page with "Ainsi, pour se déplacer dans <tt>mon_répertoire</tt>, on tapera : {{Commande|cd mon_répertoire}} Pour revenir au dossier parent, on tapera : {{Commande|cd ..}} Enfin, pour...")
Line 38: Line 38:
Pour se déplacer dans le système de fichiers, on utilise la commande <tt>cd</tt> (''change directory'').
Pour se déplacer dans le système de fichiers, on utilise la commande <tt>cd</tt> (''change directory'').


So, to change to <tt>my_directory</tt> you type:
Ainsi, pour se déplacer dans <tt>mon_répertoire</tt>, on tapera :
{{Command|cd my_directory}}
{{Commande|cd mon_répertoire}}
To change to the parent folder you type:
Pour revenir au dossier parent, on tapera :
{{Command|cd ..}}
{{Commande|cd ..}}
And, to move back to your home directory (<tt>$HOME</tt>):
Enfin, pour revenir à la racine de son compte utilisateur (<tt>$HOME</tt>) :
{{Command|cd}}
{{Commande|cd}}


=== Creating and removing directories ===
=== Creating and removing directories ===
rsnt_translations
53,464

edits

Navigation menu