1. 首页
  2. 数据库
  3. 其它
  4. linux中使用Vsftpd+nginx 搭建文件服务器

linux中使用Vsftpd+nginx 搭建文件服务器

上传者: 2021-01-10 12:28:00上传 PDF文件 71.87KB 热度 6次
搭建文件服务器 1、安装 vsftpd yum -y install vsftpd 2、给文件服务器添加一个用户 useradd ftpuser passwd ftpuser123 3、设置开机自启动 chkconfig vsftpd on vsftpd常用操作命令 启动 systemctl start vsftpd 停止 systemctl stop vsftpd 重启 systemctl restart vsftpd 检查服务状态 systemctl status vsftpd 安装Nginx yum install -y nginx 如果出现:没有可用软件包 ng
用户评论