2009年9月12日土曜日

Debian下配置Samba服务器

apt-get install samba

输入工作组名,或者域名:workgroup。

cd /etc/samba/

testparm

mv /etc/samba/smb.conf smb.conf.backup

vim /etc/samba/smb.conf

------------------------------------------

[global]

log file = /var/log/samba/log.%m

[tmp]

comment = Temporary file space

path = /tmp

read only = no



smb passwd file = /etc/samba/smbpasswd



security = share



------------------------------------------

/etc/init.d/samba restart

useradd hxcname

touch /etc/samba/smbpasswd

chmod 777 smbpasswd



smbpasswd -a hxcname

  New SMB password:

  Retype new SMB password:





这时,kanaka就被写进了/etc/samba/smbpasswd文件,hxname就可以从windows访问samba了。



7.测试



在你的Windows里面,找到网上邻居的debian,用刚才创建的用户,访问它,并向tmp目录拷贝一个文件。怎么样,可以了吧。

0 件のコメント: