当前位置:七道奇文章资讯系统安全Linux安全
日期:2012-05-05 23:27:00  来源:本站整理

Ubuntu 10.10 NFS配置[Linux安全]

赞助商链接



  本文“Ubuntu 10.10 NFS配置[Linux安全]”是由七道奇为您精心收集,来源于网络转载,文章版权归文章作者所有,本站不对其观点以及内容做任何评价,请读者自行判断,以下是其具体内容:

  系统平台:virtualbox3.2.10+Ubuntu 10.10

  安装nfs:

  #sudo apt-get install nfs-kernel-server

  Ubuntu 10.10中的已经是最新版本了,无需安装

  翻开/etc/exports文件,在末尾加入:

  /home/xgc *(rw,sync,no_root_squash)

  注:nfs答应挂载的目录及权限,在文件/etc/exports中举行定义, 各字段含义以下:

  /home/xgc:要同享的目录

  * :答应全部的网段拜候

  rw :读写权限

  sync:资料同步写入内涵和硬盘

  no_root_squash:nfs客户端同享目录利用者权限

  重启服务:

  #sudo /etc/init.d/portmap restart <---重启portmap,很重要

  #sudo /etc/init.d/nfs-kernel-server restart <---重启nfs服务

  #showmount -e <---显示同享出的目录

  注:nfs是一个RPC程序,利用它前,需求映射好端口,通过portmap设定

  号令履行情形以下:

  xgc@xgc-VirtualBox:~$ sudo /etc/init.d/portmap restart

  Rather than invoking init scripts through /etc/init.d, use the service(8)

  utility, e.g. service portmap restart

  Since the script you are attempting to invoke has been converted to an

  Upstart job, you may also use the restart(8) utility, e.g. restart portmap

  portmap start/running, process 474

  xgc@xgc-VirtualBox:~$ sudo /etc/init.d/nfs-kernel-server restart

  * Stopping NFS kernel daemon [ OK ]

  * Unexporting directories for NFS kernel daemon... [ OK ]

  * Exporting directories for NFS kernel daemon...

  exportfs: /etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/home/xgc".

  Assuming default behaviour ('no_subtree_check').

  NOTE: this default has changed since nfs-utils version 1.0.x

  [ OK ]

  * Starting NFS kernel daemon [ OK ]

  xgc@xgc-VirtualBox:~$ showmount -e

  Export list for xgc-VirtualBox:

  /home/xgc *

  目前可以在本机上试一下:

  #sudo mount -t nfs localhost:/home/xgc /mnt

  注:localhost为本机linux的IP地址

  这样就把同享目录挂到了/mnt目录,撤消挂载用:

  #sudo umount /mnt

  假如用在嵌入式设备上挂载,要加上参数-o nolock

  以上是“Ubuntu 10.10 NFS配置[Linux安全]”的内容,如果你对以上该文章内容感兴趣,你可以看看七道奇为您推荐以下文章:
  • ubuntu下无法利用无线网络的办理办法
  • 三步搞定windows与ubuntu之间文件同享
  • Ubuntu和windows文件同享问题详解
  • 在 Ubuntu 12.04 Server 上安装 Rails 环境
  • ubuntu 12.04 安装 Nginx+PHP5 (PHP-FPM) +MySQL主机详解
  • Linux(ubuntu)下配置android环境
  • Ubuntu 10.04上搭建Ruby on Rails环境
  • Ubuntu 10.10中关闭按钮位置的改变
  • Ubuntu下检测CPU温度的工具
  • Ubuntu Server增添关机用户
  • Ubuntu 11.04安装火狐5
  • ubuntu 10.04下搭建samba文件服务器
  • 本文地址: 与您的QQ/BBS好友分享!
    • 好的评价 如果您觉得此文章好,就请您
        0%(0)
    • 差的评价 如果您觉得此文章差,就请您
        0%(0)

    文章评论评论内容只代表网友观点,与本站立场无关!

       评论摘要(共 0 条,得分 0 分,平均 0 分) 查看完整评论
    Copyright © 2020-2022 www.xiamiku.com. All Rights Reserved .