informatique:linux:copier_un_repertoire_entier_recursivement
Différences
Ci-dessous, les différences entre deux révisions de la page.
informatique:linux:copier_un_repertoire_entier_recursivement [12/08/2020 23:14] – lauberterio | informatique: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 '' |
- | The . at end of the source path is a specific cp syntax that allow to copy all files and folders, included hidden ones. | + | The '' |
informatique/linux/copier_un_repertoire_entier_recursivement.1597266867.txt.bz2 · Dernière modification : 12/08/2020 23:14 de lauberterio