Open .z file on solaris


 
Thread Tools Search this Thread
Operating Systems Solaris Open .z file on solaris
# 1  
Old 02-23-2011
Open .z file on solaris

Hello Admins;

Anybody can suggest on how to open ".z" files on solaris.

Thanks
# 2  
Old 02-24-2011
try using uncompress
# 3  
Old 02-24-2011
For UNIX or linux, use : uncompress
For windows, dwld and use : picozip
# 4  
Old 02-24-2011
When I used uncompress; i got an error below:

bash-3.00# uncompress SolutionsEnabler_Solaris.z
SolutionsEnabler_Solaris.z.Z: No such file or directory



Any workaround on this?
# 5  
Old 02-24-2011
try and put the file name without the .z at the end

# uncompress filename

from the error message it looks like its appending a capital .Z automatically, as a result it can't find the file.

also if your file has a lower case .z maybe you should rename it with a upper case .Z first

let me know if that works.
# 6  
Old 02-24-2011
If this doesn't work, you might have a look at
Code:
file SolutionsEnabler_Solaris.z

output.
# 7  
Old 02-24-2011
No Luck...

bash-3.00# uncompress SolutionsEnabler_Solaris
SolutionsEnabler_Solaris.Z: No such file or directory

code: file SolutionsEnabler_Solaris.z
SolutionsEnabler_Solaris.z: compressed data block compressed 16 bits
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