首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
您找到你想要的搜索结果了吗?
是的
没有找到

Samba在CentOS7下的图形化界面的安装

第一步:下载 samba 的源码包 http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/14/Everything/source/SRPMS/ 下载文件: system-config-samba-docs-1.0.9-1.fc14.src.rpm system-config-samba-0.99.47-1.fc14.src.rpm 名称跟这个差不多的就可以,最好是下载最新的版本 第二步:安装 rpm-build 的编译工具,目的是编译 rpm 包。 yum install -y rpm-build 第三步:对源码包进行编译 rpmbuild --rebuild system-config-samba-0.99.47-1.fc14.src.rpm rpmbuild --rebuild system-config-samba-docs-1.0.9-1.fc14.src.rpm 注意:在编译过程中会提示错误信息,请根据对应的提示安装对应的依赖包, 安装完执行同样的命令进行安装。 在此rpmbuild/RPMS/noarch/目录下会生成对应的包,以.rpm结尾 第四步:安装编译好的包,如下,实际可能名称不同 rpm -ivh system-config-samba-1.2.90-1.el6.noarch.rpm system-config-samba-docs-1.0.9-1.el6.noarch.rpm 第五步:经过一系列的安装配置,下一步就是打开 samba 的图形化界面了 执行命令 system-config-samba/sudo system-config-samba

03

CentOS 7安装配置Samba服务器

# yum -y install samba samba-client samba-common  //或者使用rpm安装 #rpm -ivh samba-4.1.1-37.el7_0.src.rpm //查看安装版本信息 # rpm -qi samba Name        : samba Epoch      : 0 Version    : 4.1.1 Release    : 37.el7_0 Architecture: x86_64 Install Date: Mon 11 Aug 2014 05:10:39 PM CST Group      : System Environment/Daemons Size        : 1657523 License    : GPLv3+ and LGPLv3+ Signature  : RSA/SHA256, Wed 06 Aug 2014 03:59:24 AM CST, Key ID 24c6a8a7f4a80eb5 Source RPM  : samba-4.1.1-37.el7_0.src.rpm Build Date  : Wed 06 Aug 2014 03:33:22 AM CST Build Host  : worker1.bsys.centos.org Relocations : (not relocatable) Packager    : CentOS BuildSystem <http://bugs.centos.org> Vendor      : CentOS URL        : http://www.samba.org/ Summary    : Server and Client software to interoperate with Windows machines Description : Samba is the standard Windows interoperability suite of programs for Linux and Unix. Tips:也之前的SAMBA 3有一个重大的变化是: security不再支持share WARNING: Ignoring invalid value 'share' forparameter 'security'

02
领券