cifs-utils-5.1

Introduction to cifs-utils

The cifs-utils provides a means for mounting SMB/CIFS shares on a Linux system.

This package is known to build and work properly using an LFS-7.0 platform.

Package Information

cifs-utils Dependencies

Optional

MIT Kerberos V5-1.6 and keyutils-1.5.3

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/cifsutils

Installation of cifs-utils

Install cifs-utils by running the following commands:

./configure --prefix=/usr &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: cifs.idmap, getcifsacl, mount.cifs, and setcifsacl
Installed Libraries: None
Installed Directories: None

Short Descriptions

cifs.idmap

is a userspace helper program for the linux CIFS client filesystem. There are a number of activities that the kernel cannot easily do itself. This program is a callout program that does these things for the kernel and then returns the result.

getcifsacl

is a userspace helper to display an ACL in a security descriptor for Common Internet File System (CIFS).

mount.cifs

mounts a Linux CIFS filesystem. It is usually invoked indirectly by the mount(8) command when using the "-t cifs" option.

setcifsacl

is intended to alter an ACL of a security descriptor for a file system object.

Last updated on 2011-12-26 02:16:49 +0000