cifs-utils  7.0
About: cifs-utils provides user-space utilities for managing mounts of SMB/CIFS network file systems for cross-platform file sharing with Microsoft Windows, OS X, and other Unix/Linux systems.
  Fossies Dox: cifs-utils-7.0.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Loading...
Searching...
No Matches
cifs-utils Documentation

Some Fossies usage hints in advance:

  1. To see the Doxygen generated documentation please click on one of the items in the steelblue colored "quick index" bar above or use the side panel at the left which displays a hierarchical tree-like index structure and is adjustable in width.
  2. If you want to search for something by keyword rather than browse for it you can use the client side search facility (using Javascript and DHTML) that provides live searching, i.e. the search results are presented and adapted as you type in the Search input field at the top right.
  3. Doxygen doesn't incorporate all member files but just a definable subset (basically the main project source code files that are written in a supported language). So to search and browse all member files you may visit the Fossies cifs-utils-7.0.tar.bz2 contents page and use the Fossies standard member browsing features (also with source code highlighting and additionally with optional code folding).
README
This is the release version of cifs-utils, a package of utilities for
doing and managing mounts of the Linux CIFS filesystem. These programs
were originally part of Samba, but have now been split off into a
separate package.

0. PROJECT RESOURCES

    Home page: http://wiki.samba.org/index.php/LinuxCIFS_utils
    Mailing list: linux-cifs@vger.kernel.org
    Git Repository: git://git.samba.org/cifs-utils.git
    Maintainer: Pavel Shilovsky <pshilovsky@samba.org>

1. COMPILING

If you pulled down the git tree directly, then you'll need to
generate the autoconf/automake files before you can build. cd to
the top of the build tree and run:

    $ autoreconf -i

If you downloaded a release tarball, then just unpack the sources
and run these commands:

    $ ./configure
    $ make

To install binaries and documentation, run this (as root):

    # make install