GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Deleting
Operating System - HP-UX
1851755
Members
2610
Online
104062
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
09-26-2008 07:30 AM
09-26-2008 07:30 AM
Re: Deleting
Hi,
'man unzip' gives you the manual of unzip, this is stored during installation of unzip.
To find the command 'unzip' the user-shell needs the path.
This information the shell gets when starting.
It reads the file /etc/PATH, then this path can be enlarged by - for example - path=$path:
In your case you should add the path '/usr/local/bin' to /etc/PATH.
To check if shell knows a command use 'which' then you'll see the path where shell finds the command.
HTH
Volkmar
'man unzip' gives you the manual of unzip, this is stored during installation of unzip.
To find the command 'unzip' the user-shell needs the path.
This information the shell gets when starting.
It reads the file /etc/PATH, then this path can be enlarged by - for example - path=$path:
In your case you should add the path '/usr/local/bin' to /etc/PATH.
To check if shell knows a command use 'which
HTH
Volkmar
*** Say 'Thanks' with Kudos ***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2008 05:02 PM
09-27-2008 05:02 PM
Re: Deleting
Hi,
For unzip try
gzip -d filename.gz
Suraj
For unzip try
gzip -d filename.gz
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2008 05:42 PM
09-27-2008 05:42 PM
Re: Deleting
> UNZIP(1L) Info-ZIP UNZIP(1L)
This suggests that the UnZip "man" page was
installed in the usual place, /usr/local/man,
which suggests that /usr/local/man is on the
user's MANPATH. If that's true, and if
/usr/local/bin is not on the user's PATH,
then I'd say that someone should straighten
out the user's shell start-up script(s), like
.profile, or .cshrc or .login, depending on
the user's shell. These things are pretty
basic, so if this wasn't obvious, you should
find a good introduction to UNIX, and do some
reading.
> For unzip try
> gzip -d filename.gz
A real UnZip program works much better on a
typical Zip archive than gzip does.
This suggests that the UnZip "man" page was
installed in the usual place, /usr/local/man,
which suggests that /usr/local/man is on the
user's MANPATH. If that's true, and if
/usr/local/bin is not on the user's PATH,
then I'd say that someone should straighten
out the user's shell start-up script(s), like
.profile, or .cshrc or .login, depending on
the user's shell. These things are pretty
basic, so if this wasn't obvious, you should
find a good introduction to UNIX, and do some
reading.
> For unzip try
> gzip -d filename.gz
A real UnZip program works much better on a
typical Zip archive than gzip does.
- « Previous
-
- 1
- 2
- Next »
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP