The UNIX and Linux Forums
>
Operating Systems
>
HP-UX
Unable to access TAR file
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Unable to access TAR file
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
07-02-2009
rakeshawasthi
Registered User
Join Date: Aug 2004
Location: India
Posts: 379
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?
rakeshawasthi
View Public Profile
Find all posts by rakeshawasthi
Find rakeshawasthi's past nominations received
Find rakeshawasthi's present nominations given