RedHat9.x-基本操作
本例以RedHat9.3为例
安装ifconfig命令 # dnf -y install net-tools
安装图形化 # dnf -y groupinstall "Server with GUI"
安装tmux # dnf -y install tmux -- screen已弃用
network-scripts 已弃用
本例以RedHat9.3为例
安装ifconfig命令 # dnf -y install net-tools
安装图形化 # dnf -y groupinstall "Server with GUI"
安装tmux # dnf -y install tmux -- screen已弃用
network-scripts 已弃用