I'm trying to copy a file from one folder to another folder. I'm getting an error message saying the destination folder is a Read-only file system. I initially thought that changing the file permissions would alleviate the issue, but it did not. What can I do to copy files from one folder to another? Here is the command I used:
cp sourceFolder/someFile.txt /destFolder
Error message:
cp: /destFolder: Read-only file system