![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Moving files not directory. | senthil_is | Shell Programming and Scripting | 1 | 05-09-2008 01:21 AM |
| Moving specific files | Stud33 | Shell Programming and Scripting | 4 | 03-31-2007 09:50 PM |
| Moving Files | iAm4Free | Shell Programming and Scripting | 5 | 03-28-2007 04:13 AM |
| moving between vi files | aya_r | Shell Programming and Scripting | 2 | 08-23-2005 04:36 AM |
| moving only files... | sskb | UNIX for Dummies Questions & Answers | 12 | 11-19-2001 03:28 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
moving files ??
I am using AIX Version 5.1
If I moved a file say using this command [mv file.exp /rd/rpt] but the directory rpt did not exist would this dump the file? I went back to the directory I was moving it from and the file was gone and when I looked in the directory I moved it to of course that directory was not found. Is there anyway to remedy this problem? Thanks |
|
||||
|
Hi!
This is my first post. Please excuse me for asking such a poor question. I am a MacOsX user and have learned by myself how to log to my other Macs on a Network. (typing ssh bernardo@192.168.0.1 on the unix terminal). Could any of you guys teach me how to move files from one computer to another once I have logged in? |
|
||||
|
Try "scp /sourcedirectory/sourcefile user@targethost:/targetdirectory/targetfile".
To get more information type "scp" w/o any options or refer to www.openssh.org's man pages. Hope this helped. ---Tommy |
|
||||
|
Hi Tommy!
Thanks for replying! Letīs say that I am logged using my computer at home, with my another computer at work, and imagine that the IP address is 192.168.0.1 (just an example). Would this be the comand line? scp /users/bernardo/desktop/myfile.txt bernardo@192.168.0.1:/users/bernardo/desktop/myfile.txt Thanks again! Bernardo Hohl Rio de Janeiro - Brazil |
|
||||
|
Quote:
---Tommy Last edited by tommy; 11-03-2003 at 11:08 AM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|