Chinaunix首页 | 论坛 | 博客
  • 博客访问: 203524
  • 博文数量: 93
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 978
  • 用 户 组: 普通用户
  • 注册时间: 2014-11-10 15:46
个人简介

青春无悔

文章分类

全部博文(93)

文章存档

2015年(16)

2014年(77)

我的朋友

分类: LINUX

2014-11-10 17:06:59

$ sudo apt-get install nfs-kernel-server

 root@dlp:~# 
 /etc/exports
# write like below *note

/home 10.0.0.0/24(rw,sync,fsid=0,no_root_squash,no_subtree_check)
# *note
/home  
? shared directory

10.0.0.0/24  
? range of networks NFS permits accesses

rw  
? possible to read and write

sync  
? synchronize

no_root_squash  
? enable root privilege

no_subtree_check


阅读(314) | 评论(0) | 转发(0) |
0

上一篇:samba

下一篇:VIM 常用命令

给主人留下些什么吧!~~