linux 服务器互传(针对权限不足问题)

1.yum -y install httpd

2. #网页根目录
cp -p mysql-8.0.19-linux-glibc2.12-x86_64.tar.xz /var/www/html/

3.service httpd status
 service httpd start

4.下载挂载到http的软件
[yancaotest@localhost ~]$ wget http://159.226.16.34/mysql-8.0.19-linux-glibc2.12-x86_64.tar.xz

5.直接 cd即可看到该压缩包

linux 服务器互传(针对权限不足问题)_第1张图片

你可能感兴趣的:(linux虚拟机)