linux服务器搭建(一):samba搭建视频教程
以后还会陆续添加其它教程,希望大家关注。
因为附件有7M所以发布到了网盟下载站了,以下是链接地址:
http://www.bitscn.com/plus/view.php?aid=105594
or
http://dl.bitscn.com/video/200706/105594.html
我们共享一个目录为例子:这个目录可以让share组读写,
1,以ROOT登录,然后groupadd share新建用户组“share”,建立用户user1,并且利用命令;
usermod -g share user1加入到组
第一步已经完成
2,建立目录、/home/share2
3:追加权限:chown :share /home/share2
chmod -c g+wrx /home/share2
4:在smb.conf末尾加入:
[share]
comment = samba's share
write list = @share = writable = yes
path = /home/share
5:smbpasswd -a user1
linux服务器搭建(二):NFS搭建视频教程
http://dl.bitscn.com/video/200706/105674.html