Open .z file on solaris


 
Thread Tools Search this Thread
Operating Systems Solaris Open .z file on solaris
# 8  
Old 02-24-2011
but did you rename the file with a upper case .Z at the end like I suggested ?

# mv filename.z filename.Z
# uncompress filename
# 9  
Old 02-24-2011
Code:
unpack SolutionsEnabler_Solaris.z

# 10  
Old 02-24-2011
Here it is :

bash-3.00# mv SolutionsEnabler_Solaris.z SolutionsEnabler_Solaris.Z

bash-3.00# uncompress SolutionsEnabler_Solaris.Z
uncompress: SolutionsEnabler_Solaris.Z: corrupt input


As per Vgersh;

bash-3.00# unpack SolutionsEnabler_Solaris.z
unpack: SolutionsEnabler_Solaris.z: not in packed format

Last edited by snchaudhari2; 02-24-2011 at 12:29 PM..
# 11  
Old 02-24-2011
try 'gunzip' (if you have it installed.
Usually the '.z' extension means the file has been compressed with 'pack':
'man pack' yields:
Code:
  pack
     The pack command attempts to store the specified files in  a
     compressed  form. Wherever possible (and useful), each input
     file file is replaced by a packed file file.z with the  same
     access  modes, access and modified dates, and owner as those
     of file. If pack is successful, file will be removed.


Last edited by vgersh99; 02-24-2011 at 01:02 PM.. Reason: changed gzip to gunzip
# 12  
Old 02-24-2011
What is the output of
Code:
file SolutionsEnabler_Solaris.z

# 13  
Old 02-24-2011
Tried:

bash-3.00# file SolutionsEnabler_Solaris.z
SolutionsEnabler_Solaris.z: compressed data block compressed 16 bits

bash-3.00# gzip SolutionsEnabler_Solaris.z
gzip: SolutionsEnabler_Solaris.z already has .z suffix -- unchanged
# 14  
Old 02-24-2011
sorry, I meant 'gunzip' (not gzip).
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris 11 open exe file

I have a question about how can I open some exe file in Solaris OS? I have tried to install wine, but I found only old wine version to solaris 5.11. I think the file is too old. I use Solaris 11. I used that commands # bunzip2 Wine-1.1.2-solaris-5.11-i86pc.pkg.bz2 # pkgadd -d... (4 Replies)
Discussion started by: Tsuisou
4 Replies

2. Solaris

Is it possible to install Solaris softwares on Open Solaris or Open Indiana?

Hi there, I'm sorry in advance if my question seems stupid, but I can't figure out myself. I was wondering. Is it possible to install a Solaris program on an Open Solaris or Open Indiana operating system? After searching the web for a long time, it seems that Open Solaris was released by... (7 Replies)
Discussion started by: firstpost
7 Replies

3. Red Hat

cannot set user id: Resource temporarily unavailable (not open file/open process related)

First post, sorry to be a bother but this one has been dogging me. I have a process user (java application server) that trips a resource limit every couple weeks and need help finding what limit we're hitting. First, this is what's running: This is the error when jobs are run or the... (0 Replies)
Discussion started by: Katahdin
0 Replies

4. Solaris

Open ports in solaris 10

hi guys, may i know the exact steps to open a port in solaris.i have some rough idea - which is adding the port number in /etc/services. but i am not sure the correct conventions, steps or any other steps. kindly advise.thanks guys ! (1 Reply)
Discussion started by: cromohawk
1 Replies

5. Solaris

Open Solaris

Can anyone guide me what are the system requirement for open Solais and from where i will find is DVD or CD. I wanna learn it as system Admin. Do please guide me if some one knows anything about it. Thanks. Hitesh:) (12 Replies)
Discussion started by: hi2_t
12 Replies

6. Solaris

open solaris problem

hi i just successfully installed open solaris in my computer but now my mouse and cd drive wont work. i need to plug my mouse over again so that it would work and i dont know how to work my cd-drive need help. im new to the unis system. sorry for my bad english (2 Replies)
Discussion started by: rave03
2 Replies

7. Solaris

open ports solaris 8

Hello, I have a number of Solaris 8 Sun servers that have open ports that I cannot identify. I see some with 1013-1023 (which are reserved ports according to the IANA. Lsof does not identify these. I rebooted the server and they went off, but this morning I saw they were all back on again. Any... (1 Reply)
Discussion started by: csgonan
1 Replies

8. Solaris

Open Solaris...............

Hi All, I have installed Open Solaris in a virtual machine.I feel it is something like linux.I am managing solaris servers. How i can use this for the betterment of my servers? (1 Reply)
Discussion started by: Renjesh
1 Replies

9. What is on Your Mind?

Sun Solaris and Open Solaris?

What is the major difference between Sun Solaris 10 and Open Solaris? I believe both are free now, is that true? (3 Replies)
Discussion started by: yipster
3 Replies

10. UNIX for Dummies Questions & Answers

How to open *.pdg file under solaris?

*.pdgThanks in advance. (1 Reply)
Discussion started by: new_hand
1 Replies
Login or Register to Ask a Question