分类:
2009-12-14 22:57:37
2.查看samba服务的状态
root@T5120 # svcs -v |grep samba
# ps -eaf |grep mbd
root 1571 1405 0 16:38:44 console 0:00 grep mbd
3.配置smb.conf文件
(1)配置用户验证方式
创建samba配置文件smb.conf。
# cp /etc/sfw/smb.conf-example /etc/sfw/smb.conf
# svcadm enable samba
root@T5120 # svcs |grep samba
online 16:56:07 svc:/network/samba:default
# ps -eaf |grep smbd
root 1629 1 0 16:56:07 ? 0:00 /usr/sfw/sbin/smbd -D
root 1641 1405 0 16:57:27 console 0:00 grep smbd
root 1630 1629 0 16:56:08 ? 0:00 /usr/sfw/sbin/smbd -D
创建系统用户allen并创建samba密码。
# useradd -d /export/home/allen -m -s /usr/bin/bash allen
64 blocks
root@T5120 #
root@T5120 #
root@T5120 # /usr/sfw/bin/smbpasswd -a allen
New SMB password: xxxxxxx
Retype new SMB password: xxxxxxx
Added user allen.
重启samba服务。
# svcadm restart samba
# svcs |grep samba
online 17:20:05 svc:/network/samba:default
# ps -eaf |grep mbd
root 1618 1330 0 16:00:30 console 0:00 grep mbd
root 1610 1 0 15:59:23 ? 0:00 /usr/sfw/sbin/smbd -D
root 1611 1610 0 15:59:24 ? 0:00 /usr/sfw/sbin/smbd -D
4.在WINDOWS下测试samba共享文件
在windows下点击“开始”->“运行”,在打开输入框中输入,如图3所示。