Using SMB to copy files from one linux machine to second linux machine.
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Using SMB to copy files from one linux machine to second linux machine.
This is a newbie question from somebody who has just added a second linux machine to his network.
This is the situation. I have a tiny home network -- 4 machines. I have two windows machines and two linux machines. I have samba up and running on one linux machine. I can access my samba server from my redhat machine using smbclient. I want to copy a file from my samba server to my redhat machine. How?
Thanks.
Sorry, you just use the get command. Very interesting.
well you can use samba but i personally found a sweet little command a while ago.. scp (secure copy) You can copy a file from one machine to another with a simple command like this
Whichever you prefer, but a user can mount an smbfs on a directory that they own. All you have to do is "chmod u+s /usr/bin/smbmnt" (as root). An entry in /etc/fstab can make the syntax more manageable.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.