Jump to content

Changing .jpg attributes in linux


Rick069
 Share

Recommended Posts

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]

Link to comment
Share on other sites

Yes, you can do:

 

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...