Linux Ubuntu Copy Files and folders cp command
cp [OPTION] [SOURCE] [DESTINATION]
Options
-a : Preserve the specified attributes such as directory an file mode, ownership, timestamps, if possible additional attributes: context, links.
-v : Verbose output.
-r : Copy directories recursively.
Copy Exapmple1 into Exapmple2
cp -avr /var/Example1 /var/Example2
Copy content of Exapmple1 into Exapmple2
cp -avr /var/Example1/* /var/Example2
Видео Linux Ubuntu Copy Files and folders cp command автора CentOS Magician
Видео Linux Ubuntu Copy Files and folders cp command автора CentOS Magician
Информация
23 октября 2024 г. 14:59:05
00:00:47
Похожие видео



















