Posted on 2011-06-17 11:18
幻海蓝梦 阅读(1445)
评论(0) 编辑 收藏 所属分类:
Linux
[root@localhost kiki]# cd /etc/samba/
[root@localhost samba]# ls -al
总计 156
drwxr-xr-x 2 root root 4096 06-16 17:33 .
drwxr-xr-x 103 root root 12288 06-16 15:30 ..
-rw-r--r-- 1 root root 20 2008-11-27 lmhosts
-rw-r--r-- 1 root root 231 06-16 17:31 smb.conf
-rw-r--r-- 1 root root 9781 05-26 17:34 smb.conf.bak
-rw-r--r-- 1 root root 9898 06-16 14:04 smb.conf.h
-rw-r--r-- 1 root root 9902 06-16 13:19 smb.conf.hcz
-rw-r--r-- 1 root root 16384 06-16 13:32 .smb.conf.hcz.swp
-rw-r--r-- 1 root root 9845 06-16 13:24 smb.conf.hzc
-rw-r--r-- 1 root root 291 06-16 14:36 smb.conf.n
-rw-r--r-- 1 root root 9894 06-16 10:44 smb.conf.ok
-rw-r--r-- 1 root root 97 2008-11-27 smbusers
[root@localhost samba]#
[root@localhost samba]# cat smb.conf
[global]
workgroup = LinuxSir
netbios name = kiki_fedora
server string = kiki_fedora
security = user
[work]
path = /home/dsl
writable = yes
browseable = yes
guest ok = yes
[root@localhost samba]#
[root@localhost samba]#
[root@localhost samba]#
[root@localhost samba]# /etc/rc.d/init.d/sm
smartd smb smolt
[root@localhost samba]# /etc/rc.d/init.d/smb restart
关闭 SMB 服务: [确定]
启动 SMB 服务: [确定]
[root@localhost samba]#
[root@localhost samba]# smbpasswd -a root
想在我的fedora机器:172.28.6.36上面搭建samba,实现我本机windows机器:172.28.6.27之间的文件共享,
问题:始终在windows访问时提示无权限,
解决方法:1. 首先要把fedora机器上的ifconfig命令和samba服务都开启来,
2. 在fedora机器上按照上面所示的命令进行设置samba,并创建samba账户,root/xxxxxxx;kiki/xxxxxx;并且查看进行共享的文件属性是root还是kiki.
3. 最关键的一个问题:SELINUX导致无权限访问,setenforce=0停掉selinux搞定。
3.