- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: gzip default location
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 11:02 PM
10-03-2005 11:02 PM
Need to know if gzip comes by default along with OS in hpux? If so is this the default location?
/usr/contrib/bin/gunzip
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 11:05 PM
10-03-2005 11:05 PM
Solution# swlist -l file |grep -i gunzip
SW-DIST.GZIP: /usr/contrib/man/man1.Z/gunzip.1
SW-DIST.GZIP2: /usr/contrib/bin/gunzip
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 11:06 PM
10-03-2005 11:06 PM
Re: gzip default location
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 11:07 PM
10-03-2005 11:07 PM
Re: gzip default location
# ln -s /usr/contrib/bin/gunzip /usr/bin/gunzip
so that it will refer that.
Or else setup $PATH variable as,
/etc/PATH
/usr/contrib/bin
or
export PATH=$PATH:/usr/contrib/bin
for searching.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 11:09 PM
10-03-2005 11:09 PM
Re: gzip default location
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 11:18 PM
10-03-2005 11:18 PM
Re: gzip default location
# swlist SW-DIST.GZIP
If you want to you can set alias or ln. Path setting will be included with $PATH.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 11:22 PM
10-03-2005 11:22 PM
Re: gzip default location
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 11:24 PM
10-03-2005 11:24 PM
Re: gzip default location
You can find the location of any command by using which or whereis commands
for example
if you want to see the location of gunzip command. do as follows
#which gunzip
/usr/contrib/bin/gunzip
#whereis gunzgzip
gzip: /usr/contrib/bin/gzip /usr/contrib/man/man1.Z/gzip.1ip
HTH
Raghunandan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 11:31 PM
10-03-2005 11:31 PM
Re: gzip default location
11.11 and 11.23 is giving default location of /usr/contrib/bin/gunzip only ;). Check it out. which gunzip or whereis gunzip.
May be it is copied or linked.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 11:32 PM
10-03-2005 11:32 PM
Re: gzip default location
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 07:16 AM
10-04-2005 07:16 AM
Re: gzip default location
# grep -E 'title|^directory|^revision' INDEX
revision 1.3.5
title "gzip"
directory /usr/local
Victoria