adspace
Answer Posted / Puja Jaiswal
"To copy a file or directory in Linux, use the 'cp' command. For example, 'cp source_file target_directory'. To copy multiple files, separate them with spaces. If you want to copy a directory, include the '-R' (recursive) option: 'cp -R source_directory target_directory'"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers