分类: LINUX
2014-12-06 17:38:12
Samba 服务器
第一步:安装samba
[root@localhost samba]# rpm -ivh samba-3.5.10-125.el6.i686.rpm
warning: samba-3.5.10-125.el6.i686.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY
Preparing... ########################################### [100%]
1:samba ########################################### [100%]
第二步:添加用户,设置密码
[root@localhost samba]# useradd smb
useradd: user 'smb' already exists
[root@localhost samba]# passwd smb
更改用户 smb 的密码 。
新的 密码:
无效的密码: 它基于字典单词
无效的密码: 过于简单
重新输入新的 密码:
passwd: 所有的身份验证令牌已经成功更新。
第三步:设置该用户登陆samba服务器的密码
[root@localhost samba]# smbpasswd -a smb
New SMB password:
Retype new SMB password:
第四步:配置samba服务器
[root@localhost samba]# vim /etc/samba/smb.conf
将home部分复制多一份,然后修改成root模块。
第五步:重启samba服务器
[root@localhost samba]# /etc/init.d/smb restart
关闭 SMB 服务: [失败]
启动 SMB 服务: [确定]
第六步:查看本机IP
[root@localhost samba]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0C:29:B9:9A:D0
inet addr:192.168.139.128 Bcast:192.168.139.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:feb9:9ad0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:340 errors:0 dropped:0 overruns:0 frame:0
TX packets:57 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:30455 (29.7 KiB) TX bytes:6511 (6.3 KiB)
Interrupt:19 Base address:0x2024
第七步:打开运行端口,出现交互界面
点击确定便有
点击root访问/home/yejianmian,无法访问
第八步:关闭Selinux(防火墙)
[root@localhost samba]# setenforce permissive
第九步:成功进行访问,把window上的文件复制粘贴到linux上
[root@localhost smb]# ls
hello.c hello_wo.c