摘要: 在CentOS6中的防火墙是iptables,但是在CentOS7以后便更改为firewall,而且linux系统已经默认安装了iptables和firewalld两款防火墙管理工具,同时firewalld和iptables是相互独立的防火墙管理工具 0. 开启关闭 (1)重启后生效(开机启动后) 阅读全文
posted @ 2018-12-06 16:50 2步 阅读(256) 评论(0) 推荐(0)
摘要: 1. 命令 nohup java -jar publicApply.jar >publicApplyLog.txt 2>&1 & 注意:2 > &1 /dev/null 表示空设备文件 0 表示stdin标准输入 1 表示stdout标准输出 2 表示stderr标准错误 command >a 2> 阅读全文
posted @ 2018-12-06 16:10 2步 阅读(352) 评论(0) 推荐(0)