Samba服务器 安装
Posted chenzechao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Samba服务器 安装相关的知识,希望对你有一定的参考价值。
yum -y install samba cp /etc/samba/smb.conf /etc/samba/smb.conf.bak cat >> /etc/samba/smb.conf <<END [gmcc] comment = gmcc path = /home/vedio writable = yes END useradd gmcc smbpasswd -a gmcc service smb restart chkconfig smb on chkconfig --list|grep smb
以上是关于Samba服务器 安装的主要内容,如果未能解决你的问题,请参考以下文章