2020-10-29

Centos6>>7 命令变更记录

1.防火墙
		iptables >> firewalld
		一般设置软件端口有一个原则:
		0 ~ 1024 系统保留,其余可用
		
		添加单个端口:firewall-cmd --zone=public --add-port=8080/tcp --permanent
		添加范围端口:firewall-cmd --zone=public --add-port=8080-8089/tcp --permanent
		删除端口:firewall-cmd --zone=public --remove-port=8080/tcp --permanent
		重启防火墙:firewall-cmd --reload
		端口列表:firewall-cmd --list-all
2.时间
		timedatectl set-timezone Asia/Shanghai
		timedatectl status
3.地区
		localectl set-locale zh_CN.UTF-8
		localectl status
4.服务
	service >> systemctl 
	service serviceName action	>>	systemctl action serviceName
	以下常用服务管理常用命令
	systemctl is-enabled serviceName #查询服务是否开机启动
	systemctl enable serviceName #开机运行服务
	systemctl disable serviceName #取消开机运行
	systemctl start serviceName #启动服务
	systemctl stop serviceName #停止服务
	systemctl restart serviceName #重启服务
	systemctl reload serviceName #重新加载服务配置文件
	systemctl status serviceName #查询服务运行状态
	systemctl --failed #显示启动失败的服务
	systemctl list-units --type=service #查看所有服务
	systemctl --type service
	systemctl kill --signal=9 sshd
	systemctl is-enabled serviceName #查看服务是否开机启动
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值