命令 | CentOS | Ubuntu |
---|---|---|
安装软件包 | yum install <package> | apt install <package> |
更新软件包 | yum update | apt update && apt upgrade |
删除软件包 | yum remove <package> | apt remove <package> |
启动服务 | systemctl start <service> | service <service> start |
停止服务 | systemctl stop <service> | service <service> stop |
重启服务 | systemctl restart <service> | service <service> restart |
查看服务状态 | systemctl status <service> | service <service> status |
查看网络配置 | nmcli connection show | ip addr show |
查看日志 | journalctl | journalctl |
配置网络接口 | vi /etc/sysconfig/network-scripts/ifcfg-<interface> | vi /etc/netplan/<interface>.yaml |
配置防火墙 | firewall-cmd | ufw |
查看硬件信息 | lshw | lshw |
查看文件系统信息 | df -h | df -h |
查看系统信息 | uname -a | uname -a |
文章存档
热门标签
centos和Ubuntu 命令常见区别
上一篇:日本核污水,科普一下 下一篇:路由器配端口映射,外网可以访问,内网不能访问
最新评论查看所有评论>>