How To Copy Directory on Linux
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
You must login to ask question.
In order to copy a directory on Linux, you have to execute the “cp” command with the “-R” option for recursive and specify the source and destination directories to be copied.