Question: How do you recursively copy files and directories in Linux?Answer: The 'cp' command with the '-r' or '-R' option can be used to copy files and directories recursively. |
Is it helpful?
Yes
No
Most helpful rated by users:
- What is the purpose of the \'chmod\' command in Linux?
- What is the role of the \'grep\' command in Linux?
- Explain the difference between \'rm\' and \'rmdir\' commands.
- Explain the purpose of the \'ls\' command.
- Explain the purpose of the \'sudo\' command.