Outils pour utilisateurs

Outils du site


informatique:linux:copier_un_repertoire_entier_recursivement

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

informatique:linux:copier_un_repertoire_entier_recursivement [12/08/2020 23:14] lauberterioinformatique:linux:copier_un_repertoire_entier_recursivement [12/08/2020 23:14] (Version actuelle) lauberterio
Ligne 5: Ligne 5:
     cp -a /source/. /dest/     cp -a /source/. /dest/
  
-The -a option is an improved recursive option, that preserve all file attributes, and also preserve symlinks.+The ''-a'' option is an improved recursive option, that preserve all file attributes, and also preserve symlinks.
  
-The . at end of the source path is a specific cp syntax that allow to copy all files and folders, included hidden ones.+The ''.'' at end of the source path is a specific cp syntax that allow to copy all files and folders, included hidden ones.
  
informatique/linux/copier_un_repertoire_entier_recursivement.1597266867.txt.bz2 · Dernière modification : 12/08/2020 23:14 de lauberterio