Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ThePhantomCampe

macrumors newbie
Original poster
Aug 24, 2013
1
0
New England
Hello, all. Brief disclosure: I did search for this already, and came across a couple relevant-ish threads, but nothing matched my issue. Hoping for some better results.

So some time ago, I downloaded an archive (entitled "jelvinjs7.gz") that contains (some parts of) a website that I had been working on. When I open it, it creates a separate file (entitled "jelvinjs7") that then attempts to open, but I get the evil "Unable to expand 'jelvinjs7' into 'Desktop'. ("Error 1 - Operation Not Permitted.)" message.

I am not sure what the file type is. I have tried using other applications, but I cannot figure out what to do with this file, and how to open it.

Er… help??
 
Is the file protected in some way, or has permissions set to someone other than you? The file may also be missing an extension, which means that double clicking it wont work. What do you expect the file to contain?
 
open a terminal window. Then first just unzip the file with the command:

Code:
cd to-whatever-directory-the-file-is-in
gunzip jelvinjs7.gz

Now, you should see the file in the same directory with the name jelvinjs7 Try to see if the file command can detect the file type:

Code:
file jelvinjs7

Post the results.
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.