认识
LinuxCIFS utils,用于管理 CIFS 网络文件系统的挂载。
组成
命令程序 and 配置文件
cifscreds
是用于管理凭据(用户名和密码)的工具,用于在多用户挂载中建立会话。
getcifsacl
用于在 CIFS 的安全描述符中显示 ACL 的用户空间助手。
mount.cifs 挂载 Linux CIFS 文件系统。通常,通过使用“mount -t cifs”间接调用它。
mount.cifs,挂载 Linux CIFS 文件系统。通常,通过使用“mount -t cifs”间接调用它。
在 Linux Kernel 中,Documentation/filesystems/cifs.txt 和 fs/cifs/README 可能包含了附加的选项及信息。
- man 8 mount.cifs, version mount.cifs version: 6.7
- Manual: https://www.samba.org/samba/docs/man/manpages-3/mount.cifs.8.html
- How to mount Windows share on Red Hat Enterprise Linux system using CIFS?: https://access.redhat.com/solutions/448263
setcifsacl
用于在更改文件系统对象的安全描述符的 ACL
cifs.idmap
用于 linux CIFS 客户端文件系统的用户空间助手程序。有一些动作是 Kernel 不能轻易做到,这个程序是一个调出程序,为 Kernel 执行这些操作,然后返回结果。该程序不是为了从命令行运行。
cifs.upcall
用于 linux CIFS 客户端文件系统的用户空间助手程序。当 Kernel 为特定密钥类型来调用请求密钥时,它将被运行。该程序不是为了从命令行运行。
构建
从发行版的源中安装
# Kali GNU/Linux Rolling apt-get install cifs-utils
使用源码编译安装
下载地址:
Git 仓库:git clone git://git.samba.org/cifs-utils.git
安装请参考源码目录下的 README 文件:https://git.samba.org/?p=cifs-utils.git;a=blob_plain;f=README;hb=HEAD
参考
- Homepage: http://www.samba.org/~jlayton/cifs-utils/
- Documentation: https://pserver.samba.org/samba/ftp/cifs-cvs/linux-cifs-client-guide.pdf