LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   read only on copied file (https://www.linuxquestions.org/questions/linux-newbie-8/read-only-on-copied-file-4175457834/)

eugenie99 04-11-2013 05:56 PM

read only on copied file
 
running ubuntu on pc...copied a trust file to new file which now bars changes as "read only"..need to make it write....browser gave confusing instructions.

frankbell 04-11-2013 08:04 PM

It's likely a issue with the ownership or permissions of the file.

In a terminal, cd to the directory which contains the file, then run the command

Code:

ls -l [filename]
That will reveal the ownership and permissions attached to the file.

Post the output here, being sure to surround it with "code" tags, which become available when you click the "Go Advanced" button at the bottom of the reply window. Then we will be able to tell you what's going on.


All times are GMT -5. The time now is 10:21 AM.