相关文章  
  • linux 下安装软件的办法
  • Linux 服务器的攻防技术介绍
  • Sendmail 中限定用户邮箱大小的实用法
  • SCO UNIX 操作系统下建立电子邮件服务器
  • 在 Sendmail 中实现用户认证
  • RedHat 完整邮件系统架设
  • Linux 域名和邮件服务器 FAQ
  • FreeBSD 6.0 下建立高速 DNS 缓存服务器
  • 监视并记录 Apache 网站服务器的运行
  • Linux 操作技巧:VI 的常见使用技巧
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

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

    root身份登录系统,然后执行以下命令分别创建三个用户名和密码:

      [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
    页码:[1] [2] [3] [4] [5] [6]4页、共6页
         

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

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