1. Home
  2. Computing & Technology
  3. Focus on Linux

Linux System Administrator's Guide

From Authors, for About.com

2.3.8. Network file systems

One of the more useful things that can be done with networking services is sharing files via a network file system . Depending on your network this could be done over the Network File System (NFS), or over the Common Internet File System (CIFS). NFS is typically a 'UNIX' based service. In Linux, NFS is supported by the kernel. CIFS however is not. In Linux, CIFS is supported by Samba http://www.samba.org .

With a network file system any file operations done by a program on one machine are sent over the network to another computer. This fools the program to think that all the files on the other computer are actually on the computer the program is running on. This makes information sharing extremely simple, since it requires no modifications to programs.

This will be covered in more detail in Section 5.4 .

* License

* Introduction to Linux Index

Explore Focus on Linux

More from About.com

  1. Home
  2. Computing & Technology
  3. Focus on Linux
  4. Linux Documentation
  5. System Administration
  6. Linux System Administrator's Guide - 2.3.8. Network file systems

©2008 About.com, a part of The New York Times Company.

All rights reserved.