أكاديمية المعرفة
linux-logo

كيفية نسخ الملفات في لينكس

منذ 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


 


Alaa Alswedan is Software engineer and Information Technology

SAP Technical Consultant bei Fujitsu

Nordheim, Baden-Württemberg, Germany

 
 
 
 
 
2 2777

التعليقات: