摘要:
1、FTP的安装 #安装yum install -y vsftpd#设置开机启动systemctl enable vsftpd.service#启动systemctl start vsftpd.service#停止systemctl stop vsftpd.service#查看状态systemctl 阅读全文
摘要:
1.ssh 账户@ip 2.输入密码进入 阅读全文
摘要:
方法一: ip addr 方法二 1.使用命令查看 在哪个包里 yum search ifconfig 2.使用安装命令安装 yum -y install net-tools.x86_64 阅读全文
摘要:
yum -y install wget 阅读全文