命令 | 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 |
文章来源地址https://www.toymoban.com/news/detail-495609.html
文章来源:https://www.toymoban.com/news/detail-495609.html
到了这里,关于centos和Ubuntu 命令常见区别的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!