相关文章  
  • Linux 操作系统 12 则经典应用技巧
  • Linux 中文件查找技术大全
  • Linux 定时任务系统 Cron 配置
  • Oracle 在 Linux 下的安装小结
  • Bash 中的变量
  • 三步安装 Tomcat 4.0.1+JDK1.4+Linux+Mysql
  • RedHat Linux 系统常见的日志文件和常用命令
  • Windows 与 Linux 的相似与不同之处
  • 独辟蹊径实现 Linux下的局域网远程接入
  • Linux 各个发行版本的选择
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    解读 Linux 文件权限的设置方法4

    ,然后执行以下命令分别创建三个用户名和密码:

      [root@mail root]#adduser test1
      [root@mail root]#adduser test2
      [root@mail root]#adduser test3
      [root@mail root]#passwd test1
      [root@mail root]#passwd test2
      [root@mail root]#passwd test3

      然后mount一个ext3文件到目录/fs1:
      [root@mail root]#mount -t ext3 -o acl /dev/sda1 /fs1

      再将test1 建立的文件设置读写的权限给test2 :页码:[1] [2] [3] [4] [5] [6]4页、共6页
         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved