相关文章  
  • 网页密码设置—Apache 服务器
  • Linux 网络安全之“七种武器”
  • 不同的网段,不同的 DNS
  • Linux 远程控制方法概述
  • Linux 下的远程控制 — VNC
  • Linux 应用软件谈之远程桌面控制篇
  • Linux 使用技巧
  • 利用 Linux 连接 Internet
  • Linux 网管技巧
  • Linux 常见故障诊断说明
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    chmod 命令详细用法5

    br>
        此外chmod也可以用数字来表示权限如 chmod 777 file
        语法为:chmod abc file
        其中a,b,c各为一个数字,分别表示User、Group、及Other的权限。
        r=4,w=2,x=1
        若要rwx属性则4+2+1=7;
        若要rw-属性则4+2=6;
        若要r-x属性则4+1=7。

        范例:
        chmod a=rwx file  和 

    页码:[1] [2] [3] [4] [5] [6]5页、共6页

         

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

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