Linux学习笔记第八周三次课(3月28日)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux学习笔记第八周三次课(3月28日)相关的知识,希望对你有一定的参考价值。
10.32/10.33 rsync通过服务同步
关闭防火墙,#systemctl stop firewalld
查看iptables规则,#iptables -nvl
测试远程主机873端口是否开启,#telnet 192.168.133.130 873
若rsync改为了其他端口,比如8730,命令为#rsync -avLP --port 8730 192.168.133.130::test/ /tmp/test/
10.34 linux系统日志
logrotate切割日志文件,
last查看正常登录日志;
lastb查看登录失败日志;
安全日志/var/log/secure;
10.35 screen工具
虚拟屏幕screen
-S自定义虚拟终端名称;
扩展
1. Linux日志文件总管logrotate http://linux.cn/article-4126-1.html
2. xargs用法详解 http://blog.csdn.net/zhangfn2011/article/details/6776925
以上是关于Linux学习笔记第八周三次课(3月28日)的主要内容,如果未能解决你的问题,请参考以下文章