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
09-27-2004 08:18 PM
09-27-2004 08:18 PM
tar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:24 PM
09-27-2004 08:24 PM
Re: tar
that should not happen. Can you explain what you were trying to tar and what happened?
error messages
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:24 PM
09-27-2004 08:24 PM
Re: tar
What error do you get?
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:29 PM
09-27-2004 08:29 PM
Re: tar
First I thought that it's not a tar file.
But, I simply tar that as "normal" user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:39 PM
09-27-2004 08:39 PM
Re: tar
$whereis tar
tar: /sbin/tar /usr/bin/tar
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:53 PM
09-27-2004 08:53 PM
Re: tar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:54 PM
09-27-2004 08:54 PM
Re: tar
$ file
it will informations there.
Find more as,
$ which tar
$ what `which tar`
Try to execute with -v mode tooo.
what are you getting here.
# /usr/bin/tar -xvf
$ /usr/bin/tar -xvf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 09:57 PM
09-27-2004 09:57 PM
Re: tar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 10:44 PM
09-27-2004 10:44 PM
Re: tar
file
on root and normal users?
what do you get for
tar -y
something unknown option on tar ..? do you get any messages on command line.
Try with verbose mode. Try for other tar file.
As,
normal user
echo hai > /tmp/test.file
tar -cvf /tmp/test.tar /tmp/test.file
mv /tmp/test.file /tmp/test.filenormal
root user
tar -xvf /tmp/test.tar
what are you getting there.
Note: If you give your test and results to forums so that we can help at once. Without that and saying not working no messages will not help to others.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 10:54 PM
09-27-2004 10:54 PM
Re: tar
maybe an alias?
Try 'alias|grep tar'
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 11:07 PM
09-27-2004 11:07 PM
Re: tar
so far I do not know, what you where trying to do. can you give an exampe?
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 12:17 AM
09-28-2004 12:17 AM
Re: tar
It was my fault
tar -xvf /test/user9.tar
works
but I wrote
tar -xvf /test/user9.tar /test
and nothing happend.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 12:46 AM
09-28-2004 12:46 AM
Re: tar
(unless use use -C /directory - which performs a chdir).
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 12:51 AM
09-28-2004 12:51 AM
Re: tar
check first with tar tvf /test/user9.tar
what is in the archive and if you used absolute or realive path names.
Then select the name of the file you want to extract.
I assume you wanted to extract /test right?
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 01:31 AM
09-28-2004 01:31 AM
Re: tar
It (11.00) is not working as like Linux there.
Linux.
tar -xvf
Hp-ux tar is used to get archieve files as like,
tar cvf test.tar -C
And no more warnings / error while using with tar -xvf
You can do this as,
cd
that is all.