![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| unable to access infodoc!! | bpsunadm | SUN Solaris | 1 | 06-21-2009 08:11 AM |
| Unable to access variable outside loop | Armaan_S | Shell Programming and Scripting | 1 | 05-23-2009 11:38 PM |
| Unable to access 3500 FC array. Where is the problem?.. | Sapfeer | SUN Solaris | 7 | 04-01-2009 08:03 AM |
| unable to access a variable not local to a while loop | codeman007 | Shell Programming and Scripting | 6 | 12-25-2008 04:56 PM |
| Unable to access home area | Mr Pink | SUN Solaris | 1 | 04-15-2007 06:57 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
hi friends,
I am using hp unix HP-UX B.11.11 .. Generally i do the compression to maintain the space availability . To compress the files first i used the TAR to collect all the files. it has done fine. when i am using command ls in the folder which has TAR file , it shows the TAR file existing . but, when i am using gzip command against this file it's not working other commands also not working against the TAR. file permission is " -rw-rw-r-- " I am unable to delete this file . please help me out . ![]() Error it shows " No such file or directory " ![]() |
|
||||
|
If your tar filename has special characters, you will have a problem.... redirect the output of ls to a file and see what you get. ls > newfile one more thing u need to use Code:
tar -xvf <tar-file> to untar and tar -cvf <tar-name> <file> to tar the file.... Not having execute permission, does not matter. You dont use gzip or gunzip for that, do you? |
![]() |
| Bookmarks |
| Tags |
| hp-ux - tar |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|