كيفية نسخ الملفات في لينكس
منذ 5 أعوام
Linux cp command
How to copy a file
So kopieren Sie eine Datei
كيفية نسخ ملف
In the following example the file foo.txt is copied to a new file called bar.txt.
cp foo.txt bar.txt
How to copy multiple files
So kopieren Sie mehrere Dateien
كيفية نسخ ملفات متعددة
cp foo.txt bar.txt baz.txt /home/filename
How to copy a directory
So kopieren Sie ein Verzeichnis
كيفية نسخ الدليل
cp -R directory/ foo
Related media
This tutorial is also available in a quick video format:
Author
2 2777