与标题一样,我在Ubuntu存储库中找到了两个包,名为samba和samba4。实际的区别是什么?
我试着安装samba,但是服务似乎没有激活。然后我安装了samba4,它直接进入了配置向导。
我现在有多余的文件吗?
(将这个问题从Unix &Linux移到本节)
发布于 2014-03-29 09:45:30
apt-cache show samba
This package provides the components necessary to use Samba as a
stand-alone file and print server. For use in an NT4 domain or Active
Directory realm, you will also need the winbind package.
This package is not required for connecting to existing SMB/CIFS servers
(see smbclient) or for mounting remote filesystems (see cifs-utils).
apt-cache show samba4
These packages contain snapshot versions of Samba 4, the next-generation
version of Samba. These should be considered _experimental_, and should
not be used in production.This package contains the main daemon.
https://askubuntu.com/questions/440079
复制相似问题