![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| 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 !! |
|
|
||||
| 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 |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
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 | ||
|
|
|
|||
|
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 |
|
||||
|
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 |
|
||||
|
Re: rcp and .rhosts for secure env
Quote:
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 |