#!/bin/bash IP=`ifconfig ens33|head -2|tail -1|tr -s " "|cut -d " " -f3` #yum安裝nginx服務(wù),...
IP屬地:寧夏
#!/bin/bash IP=`ifconfig ens33|head -2|tail -1|tr -s " "|cut -d " " -f3` #yum安裝nginx服務(wù),...
周一作業(yè): 一: 二: 電腦虛擬機(jī)已經(jīng)安裝centos7.6,rocky8.7和Ubuntu20.04 三: man ifconfig: -a 顯示所有當(dāng)前可達(dá)的接口,甚至包...