摘要: linux firewalld防火墙放行端口 1. firewalld中添加端口 xxxx/tcp 端口/通讯协议 zone 作用域 permanent 永久生效,没有此参数重启后失效 firewall-cmd --zone=public --add-port=xxxx/tcp --permanen 阅读全文
posted @ 2022-03-11 17:35 四毛二(ت) 阅读(263) 评论(0) 推荐(0) 编辑
摘要: linux常用命令 查看目录下各文件目录大小 du -sh * | sort -nr | head 查找大于1G的文件 find / -size +1G -exec du -sh {} \; 查看哪个目录占用过高 du -h -x --max-depth=1 将最后100000行之后的内容重定向到另 阅读全文
posted @ 2022-03-11 17:34 四毛二(ت) 阅读(111) 评论(0) 推荐(0) 编辑
摘要: linux 系统则是由 cron (crond) 这个系统服务来控制的。Linux 系统上面原本就有非常多的计划性工作,因此这个系统服务是默认启动的。另 外, 由于使用者自己也可以设置计划任务,所以, Linux 系统也提供了使用者控制计划任务的命令 :crontab 命令。 一、crond简介 c 阅读全文
posted @ 2022-03-11 17:12 四毛二(ت) 阅读(71) 评论(0) 推荐(0) 编辑
/* 鼠标点击求赞文字特效 */