Rick069
Oct 21 2006, 05:46 PM
Is there anyway I can import .jpg files from a windows partition and not have them as read only? I've found out that I can copy them from the windows partition, but they still retain their read only attributes. any thing I can do to change the attributes after copying them over to linux so I can edit them?
[moved from Software by spinynorman]
ianw1974
Oct 23 2006, 06:25 AM
Yes, you can do:
CODE
chmod u+w,g+w *.jpg
this will then reset user to write and group to write privileges. Of course, if the extension is JPG then change this, as Linux is case-sensitive.
neddie
Oct 23 2006, 07:39 AM
Or select the files in Konqueror, right click and go to "Properties", then look at the "Permissions" tab.