The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
automatic transfering of files using scp tcruicksh Shell Programming and Scripting 1 06-22-2006 06:57 PM
transfering files unix to pc intern UNIX for Dummies Questions & Answers 8 05-30-2006 02:35 AM
Transfering size between partitions meyersp Filesystems, Disks and Memory 10 09-26-2003 04:30 PM
Transfering files from one server to another. Alan Bird UNIX for Dummies Questions & Answers 4 09-18-2003 01:24 PM
Transfering a window to another screen Reza Nazarian UNIX for Dummies Questions & Answers 3 10-22-2001 11:56 PM

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-23-2002
vbs
Guest
 

Posts: n/a
Transfering files

Hi all.

1. How can i copy files from one unix system to another. should i use ftp? so How?

2. How can i create an archive whose extention is tar.gz? and how can i decompress them later?

3. WHat is RPM ? what does it stands for?

Thanks
Forum Sponsor
  #2 (permalink)  
Old 06-23-2002
Registered User
 

Join Date: Nov 2001
Location: New Zealand
Posts: 333
First question... yes you shuold use ftp... as to how to do this - you'll have to read the man page..this will give you all the detail you need. 'man ftp'

Secondly...to create tar.gz archives... you first need to tar the files together and then gzip them together. Once again the commands for tar and gzip are in the man page.....and gunzip will allow you to unzip. (tar is used to compress and expand..the different commands each are detailed in man.)

RPM..."RPM is the RPM Package Manager. It is an open packaging system available for anyone to use. It allows users to take source code for new software and package it into source and binary form such that binaries can be easily installed and tracked and source can be rebuilt easily. It also maintains a database of all packages and their files that can be used for verifying packages and querying for information about files and/or packages. " From www.rpm.org
__________________
Pete
  #3 (permalink)  
Old 06-25-2002
vbs
Guest
 

Posts: n/a
Red face Really thanx

Thanks .

I will try the examples to learn more.

I'd love to learn Unix. You and friends in this forum helps me much. After i become a UNIX MASTER i will also help newbies

  #4 (permalink)  
Old 06-25-2002
auswipe's Avatar
Registered User
 

Join Date: Nov 2001
Location: Wide Awake Wylie, Texas
Posts: 536
You should only use ftp if you are going to be sending data from one unix server to another unix server if you are not overly concerned with security (ie, closed intranet). If you transfering data from one unix server to another unix server across the internet then you want to avoid ftp due to security concerns.

If you will be sending data via internet then you want to look into the programs sftp (secure ftp) and scp (secure copy) that piggy back into SSH (secure shell).
__________________
Not quite as cool as all the other Kids...
  #5 (permalink)  
Old 06-25-2002
Kelam_Magnus's Avatar
Unix does a body good.
 

Join Date: Aug 2001
Location: DFW McKinney, TX,
Posts: 1,069
rcp and .rhosts for secure env

If you are in a trusted environment (IE. same building or same network AND inside firewall), you can even use rcp, but both boxes must have each other defined in their .rhosts file.

rcp </path/to/sourcefile> destbox:/path/to/destfile


You must be in a trusted mode for this to be secure!!!







__________________
My brain is your brain
  #6 (permalink)  
Old 06-25-2002
auswipe's Avatar
Registered User
 

Join Date: Nov 2001
Location: Wide Awake Wylie, Texas
Posts: 536
Re: rcp and .rhosts for secure env

Quote:
Originally posted by Kelam_Magnus
You must be in a trusted mode for this to be secure!!!
I take off my aluminum hat for nobody!

I have gotten a lot of good use out of SSH and my network here at the house. Under Win32 I use pscp for copying stuff back and forth a lot and putty for console access. I also use putty to open secure shell tunnels for access to the proxy server under OpenBSD. Works like a charm!

Kelam, do you ever attend the DFWUUG that take place in Dallas? I should since they meet at my work location but it seems that my classes always fall on Tuesday and Thursday so I can't get to the DFWUUG or the Perlmonger meetings. I think it is a consipiracy (hence the need for the aluminum hat).
__________________
Not quite as cool as all the other Kids...
Google The UNIX and Linux Forums
Closed Thread

Thread Tools
Display Modes




All times are GMT -7. The time now is 01:56 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0