linux commands:cp


11, 18, 2020

linux terminal rmdir

Copy files using the cp command:

~$ cp file-to-copy copy-destination

Add the -r option to recursively copy contents of a folder to another folder.

~$ cp -r folder copy-folder

follow me on instagram

MORE ARTICLES