普通用户使用这个程序可以卸载smb文件系统。它在工作时会suid到root身份,并且向普通linux用户提供了对资源更多的控制能力。在suid方面,它拥有足够的安全性,因此,只有装载过文件系统的用户才可以调用它来进行卸载。而对于root来说,就没有必要用这个程序了。unix中的通用umount程序也工作得不错,但在suid到root方面的确也是有问题的。
NAME
smbumount - 为普通用户卸载smb文件系统
总览
smbumount 装载点
描述
普通用户使用这个程序可以卸载smb文件系统。它在工作时会suid到root身份,并且向普通linux用户提供了对资源更多的控制能力。在suid方面,它拥有足够的安全性,因此,只有装载过文件系统的用户才可以调用它来进行卸载。而对于root来说,就没有必要用这个程序了。unix中的通用umount程序也工作得不错,但在suid到root方面的确也是有问题的。
选项
- 装载点
- 要卸载的目标目录。
参见
smbmount(8)
#p#
NAME
smbumount - smbfs umount for normal users
SYNOPSIS
- smbumount {mount-point}
DESCRIPTION
With this program, normal users can unmount smb-filesystems, provided that it is suid root. smbumount has been written to give normal Linux users more control over their resources. It is safe to install this program suid root, because only the user who has mounted a filesystem is allowed to unmount it again. For root it is not necessary to use smbumount. The normal umount program works perfectly well, but it would certainly be problematic to make umount setuid root.
OPTIONS
- mount-point
- The directory to unmount.
SEE ALSO
smbmount(8)