Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

gzip on aix4.3 with smit installed after that how i start it 2

Status
Not open for further replies.

tom5766

IS-IT--Management
Jan 27, 2005
7
0
0
DE
Hello

i installed gzip wirth smit latest_install on my RS 6000 .
I ve AIX 4.3 running.
Now my question: after finished install how can i start gzip or gunzip?

thanks for helping

Tom
 
in brief
Code:
gzip <filename>
compresses a file
Code:
gzip -d <filename>
uncompresses it. If the commands don't work check that gzip is in you PATH. It is usually installed in /usr/local/bin. If this is not in your path either
1) edit you .profile to add it.
2) ln /usr/local/bin/gzip /usr/bin

Columb Healy
 
Hi,
This will give you some beginning :

/usr/local/bin/gzip -help

Ali
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top