普通用戶使用這個(gè)程序可以卸載smb文件系統(tǒng)。它在工作時(shí)會(huì)suid到root身份,并且向普通linux用戶提供了對(duì)資源更多的控制能力。在suid方面,它擁有足夠的安全性,因此,只有裝載過(guò)文件系統(tǒng)的用戶才可以調(diào)用它來(lái)進(jìn)行卸載。而對(duì)于root來(lái)說(shuō),就沒(méi)有必要用這個(gè)程序了。unix中的通用umount程序也工作得不錯(cuò),但在suid到root方面的確也是有問(wèn)題的。
NAME
smbumount - 為普通用戶卸載smb文件系統(tǒng)
總覽
smbumount 裝載點(diǎn)
描述
普通用戶使用這個(gè)程序可以卸載smb文件系統(tǒng)。它在工作時(shí)會(huì)suid到root身份,并且向普通linux用戶提供了對(duì)資源更多的控制能力。在suid方面,它擁有足夠的安全性,因此,只有裝載過(guò)文件系統(tǒng)的用戶才可以調(diào)用它來(lái)進(jìn)行卸載。而對(duì)于root來(lái)說(shuō),就沒(méi)有必要用這個(gè)程序了。unix中的通用umount程序也工作得不錯(cuò),但在suid到root方面的確也是有問(wèn)題的。
選項(xiàng)
- 裝載點(diǎn)
- 要卸載的目標(biāo)目錄。
參見
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)