LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   standard linux file sharing protocol? (https://www.linuxquestions.org/questions/linux-networking-3/standard-linux-file-sharing-protocol-166146/)

fibbi 04-04-2004 02:53 PM

standard linux file sharing protocol?
 
Hey everyone,

well, I've been using linux for a while, but i still can't figure out a real basic way to transfer files between two networked computer (ie, like SMB file sharing in windows). I know how to get stuff over ftp or even SMB, but it seems like a waste to go out of my way to use the windows file sharing protocol. What's the standard way to do it on linux? Do you have to mount the remote drive? If so, how?


thanks,
-fibbi

itsjustme 04-04-2004 03:09 PM

You need to look into nfs.

man nfs is a good place to start.

ugge 04-04-2004 05:09 PM

NFS is the unix/linux way of sharing files. You export a directory which then is mounted on the clients.

NFS uses security at the machine level (IP address) in contrast to SMB which offers security based on username/password.


All times are GMT -5. The time now is 01:27 PM.