- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to zip files and directories in hp-ux
Operating System - HP-UX
1820072
Members
2658
Online
109608
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
тАО02-12-2004 09:15 PM
тАО02-12-2004 09:15 PM
How to zip files and directories in hp-ux
How to zip file and directores in hp-ux ?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2004 09:22 PM
тАО02-12-2004 09:22 PM
Re: How to zip files and directories in hp-ux
There are many methods. mostly used one:
cd /home/tst
tar -cvf /backup/tst.tar ./*
compress /backup/tst.tar
Thanks
Vijay
cd /home/tst
tar -cvf /backup/tst.tar ./*
compress /backup/tst.tar
Thanks
Vijay
Known is a drop, unknown is ocean - visit me at http://vijay.theunixplace.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2004 09:25 PM
тАО02-12-2004 09:25 PM
Re: How to zip files and directories in hp-ux
Also, you can use gzip and gunzip:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=24266
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=24266
Known is a drop, unknown is ocean - visit me at http://vijay.theunixplace.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2004 09:28 PM
тАО02-12-2004 09:28 PM
Re: How to zip files and directories in hp-ux
Hi,
Files you can zip using various commands like.
compress
gzip
zip
and for directory, first you have to make a tar file using tar command and then zip file using above command.
Sunil
Files you can zip using various commands like.
compress
gzip
zip
and for directory, first you have to make a tar file using tar command and then zip file using above command.
Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP