我如何将 samba 安装到 unix 服务器?....例如,我可以openssh-client
通过以下命令在 linux 中安装:-
apt-get install openssh-client
如何在 unix 中安装 samba....通过命令 ??????
答案1
使用 apt-get 安装 samba
sudo apt-get install samba smbfs
编辑
Solaris 9 可能已经安装了 samba 来检查运行
pkginfo | grep samba
如果已安装,您应该看到已安装以下软件包
system SUNWsmbac samba - A Windows SMB/CIFS fileserver for UNIX (client)
system SUNWsmbar samba - A Windows SMB/CIFS fileserver for UNIX (Root)
system SUNWsmbau samba - A Windows SMB/CIFS fileserver for UNIX (Usr)
如果未安装软件包,则需要找到原始 SUN 安装介质。安装上述 SAMBA 软件包。
然后在你的 CD 驱动器中安装相关磁盘
cd /cdrom/cdrom0/Solaris_9/Product
pkgadd -d . SUNWsmbac
pkgadd -d . SUNWsmbar
pkgadd -d . SUNWsmbau
不过,我认为您想要的 Samba 位 ( smbmount
) 并未在 Solaris 上默认安装。
答案2
solaris 已在 hp-ux 中安装了 samba swinstall -s /path/to/depot/PKGNAME.depot