Skip to content

smfrench/smb3-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

15351c1 · Dec 18, 2024
Jul 12, 2016
Oct 4, 2019
Dec 10, 2011
May 17, 2012
Apr 9, 2019
Feb 7, 2010
Feb 8, 2010
Dec 18, 2024
Feb 8, 2010
Apr 5, 2019
Feb 24, 2017
Oct 10, 2013
Dec 18, 2024
Apr 29, 2022
Jul 10, 2018
Dec 18, 2024
Apr 29, 2022
Feb 7, 2010
Dec 16, 2020
Mar 9, 2018
Jul 10, 2018
Jul 18, 2013
Apr 21, 2014
Dec 7, 2013
Dec 18, 2024
Dec 18, 2024
Dec 18, 2024
Feb 24, 2017
Feb 24, 2017
Dec 18, 2024
Dec 16, 2020
Jul 18, 2013
Dec 19, 2012
Dec 19, 2012
Jul 10, 2018
Dec 18, 2024
Dec 18, 2024
Jul 12, 2011
Dec 8, 2014
Dec 18, 2024
Jul 10, 2018
Dec 18, 2024
Dec 18, 2024
Dec 18, 2024
Apr 13, 2021
Dec 18, 2024
Dec 12, 2019
Dec 18, 2024
Dec 18, 2024
Dec 18, 2024
Feb 24, 2017
Feb 8, 2010
Jul 18, 2013
Jul 18, 2013

Repository files navigation

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