记录、搜集、共享的资料库
留个记录
发布时间:2015-11-03 16:06:32
转自:http://www.51ou.com/browse/redhat/34596.html比较好的资料:http://blog.chinaunix.net/uid-26495963-id-3279216.htmlhttp://www.linuxso.com/linuxpeixun/10332.htmliptables结构:Rules(规则)-> Chains(链) -> Tables ->iptablesiptables由Tables(表)组成,Tables(表)由Chains(链)组成,Chain.........【阅读全文】
发布时间:2015-11-01 10:17:59
ACL控制http://blog.csdn.net/xyz846/article/details/8043384ACL访问控制列表对一般权限的扩展,也就是更详细地控制对象的访问权限。命令: setfacl,getfacl# ll /tmp/test/bbc.txt-rw-r--r--. 1 root root 0 8月 5 10:51 /tmp/test/bbc.txt# setfacl -m user:tom:rwx,user:roy:rw-,user:bean:r-.........【阅读全文】