Unix Executable File Trouble

Joined
Oct 22, 2010
Messages
1
Reaction score
0
Points
1
Hi Guys,

I have a folder on my USB memory stick that contains some important information which I need to access. I logged onto my computer this morning and opened up the USB memory stick to find that the folder with the information in has changed to a 'Unix Executable File'.

How do I change this back? I have read through a few places and people have said about buying different products but i'd like to do it without having to pay anything extra if possible.

I do have backups but they are over 300 miles away from where I am!

Thanks
 
Joined
Feb 26, 2010
Messages
2,116
Reaction score
123
Points
63
Location
Rocky Mountain High, Colorado
Your Mac's Specs
1.8 GHz i7 MBA 11" OSX 10.8.2
Open a terminal and go to the file
Code:
cd /Volumes/<the name of your USB disk>
chmod 644 <the name of the file>
This will change permissions to
rw-r--r--
You can verify this by doing a ls -l in the proper directory.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top