Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
I need help with tar and ftp
Name: fahim_su Date: October 4, 2003 at 23:17:16 Pacific OS: solaris CPU/Ram: 1
Comment:
I need help with tar, I have dir with about fifty files in it, I wana ftp this dir to another server...how can I make this dir as tar file and then what would be step to ftp to another server. Thanks
Name: Irish Tugagao Date: October 5, 2003 at 13:10:35 Pacific
Reply:
man tar will always give you an answer.
for example you have a fox directory, in you shell execute: 1. tar cvf fox.tar fox you may want to zip your file before sending over ftp. gzip fox.tar - this will create fox.tar.gz 2. ftp <host> 3. send fox.tar.gz 4. disconnect 5. on the remote host, untar the file 6. gunzip fox.tar.gz 7. tar cvf fox.tar
Summary: I need help with setting up the cron job. I have script that should run on server ABC @ 2:30pm from monday to friday and send the output to xxx@xxx.com and yyy@yyy.com . thanks inadvance ...
Summary: I need help with the installation of Solaris8 .The cd boots , but when I get to web installtion the PC hangs , and sometimes says disk read error sector bla-bla.Is this the CD or the hard disk its tal...
Summary: I'm trying to install Solaris 10 for Intel off the the 4 CD-ROM download from Sun. I'm attempting to install on a Compaq ProLiant 6500 with Smart Array 3200 drive controller. It doesn't see the driv...