answersLogoWhite

0

If you want to share files with other linux computer use NFS.

If you want to share files with windows computer use SAMBA.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do I set up file sharing between windows 7 and Linux mint 16?

You can set up file sharing between windows 7 and Linux mint 16 by simply installing the Ext2 Installable File System on windows which allow windows to read and write into the Linux file system.


Which operating sytems have built in file sharing software?

windows 98 windows 200 server windows xp and Linux


Can you download on a Linux computer?

Yes. You can download any type of file you want using a standard web browser, BitTorrent client, or other file-sharing application.


What is the name of the Linux file-sharing service?

"File-sharing" is a platform-independent concept, that of sharing files between computers. If you are referring to the service / file system that allows other computers on the same network to access files on the local computer, this is usually done with NFS (Network File System). For compatibility with Windows, it is also possible to use Samba.


What is the oldest Linux file system?

The first file system Linux supported was the MINIX file system.


What is file manager in Linux?

There is no set file manager in linux. Examples of Linux file managers include but: Nautilus (GNOME) Thunar (XFCE) Dolphin (KDE)


What is the Linux Virtual File System used for?

The Linux VFS (Virtual File System) may be thought of as a sort of interface between the Linux kernel and the mounted file systems. There can be many different file system types mounted simultaneously and VFS allows the Linux kernel to see and address them all in a similar way. This provides Linux with a great deal of flexibility. [JMH]


What file system does Red Hat Enterprise Linux use?

ext3 is the default file system for Red Hat Enterprise Linux.


How do you edit an inode in Linux since everything in Linux is a file?

You don't edit inodes manually. They are managed by the file system driver.


Where can one learn about Linux file server?

One could find information online regarding Linux file servers at the HowToForge website. The site covers everything one would need to know about Linux file servers.


How do you access a Linux partition from Windows XP?

There are programs you can download that will read Linux file systems. Common file systems are ext2 and ext3.


Where is the source to the Linux kernel stored on the file system?

Traditionally in /usr/src/linux.