Trabla: copy files, folder, sub-folder with files from one dirctory to another using 'cp' command
Solving:
sudo cp -r /home/ubuntu/moodle_installation/* /var/www/moodle
where
cp - copy command
-r - recursive option
/home/ubuntu/moodle_installation/* - all content of source folder
/var/www/moodle - destionation fodler
No comments:
Post a Comment