Skip to content

在 RHEL 8 中,一些命令和工具被淘汰或替代。以下是一些常见的已淘汰命令:

  • ifconfig:被 ip 命令取代,使用 ip addr 查看网络接口信息
  • service:使用 systemctl 来管理服务,例如 systemctl start service
  • chkconfig:用 systemctl 来管理服务的启动项,使用 systemctl enable service
  • yum:被 dnf 替代,虽然 yum 仍然可用,但 dnf 是推荐的包管理工具
  • netstat:可以用 ss 命令替代,以查看网络连接和套接字。

Released under the MIT License.