Month: September 2021

How To Copy Files From One Directory To Another In Ubuntu 20.04

Sometimes we are forgetful to change our directory when creating files and ending up creating it in other directory. So here is the command used to copy and paste these files to the destined directory. $ sudo cp -a Source_Folder Destination_Folder An example of this is: $ sudo cp -a /tmp/wordpress/. /var/www/html Where the /tmp/wordpress/ …

How To Copy Files From One Directory To Another In Ubuntu 20.04 Read More »