Linux 权限设置
摘要:        
1: chmod u+x filea -- 这个为u用户增加execute 权限! 2: chmod u-r,g-r,o-r filea 对user,group,others 都减去read 权限! 3: chmod 777 filea 对user,group,oth...    阅读全文
        posted @ 2014-12-13 14:55 蒋乐兴的技术随笔 阅读(209) 评论(0) 推荐(0)
posted @ 2014-12-13 14:55 蒋乐兴的技术随笔 阅读(209) 评论(0) 推荐(0)
posted @ 2014-12-13 14:01 蒋乐兴的技术随笔 阅读(201) 评论(0) 推荐(0)