Computer House Home PageList of products and servicesDrivers, Utilities, Info and More!Learn more about Computer House

 How do I tar a file?

 
Answer
 
If you wish to tar a file via telnet, you can do so using the following command. At the telnet prompt, type the following (if you are in the /vs?/vs?/username/www/logs directory, and you are tarring the access_log file):

tar -czvpf newtarball.tgz access_log

This is a brief explanation of what the commands does:

The command is tar, then the flags to ensure proper configurations, then the new file you wish to be created, then the file that you wish to have compressed.
 
Related Links
 
Brower Based Man Pages are located at http://www.eng.iastate.edu/~hindman/common/UNIX/UNIXutil.html
Back to Index

The Computer House Technology Center, Inc.
740 South Sixth Avenue
Galloway, New Jersey 08205
(800) 372-6834 --- FAX: (609) 748-9776

Copyright © 2001 Computer House, Inc. All Rights Reserved.