这篇文章主要功能为自动删除VSFTPD虚拟用户脚本,有需要的朋友可以参考下。(请结合VSFTPD创建虚拟用户脚本(可批量)此文章脚本使用)
脚本内容如下:
#!/bin/bash
#Date:2017-5-20 14:08:55
#Author Blog:
# https://www.yangxingzhen.com
#Author WeChat:
# 微信公众号:小柒博客
#Author mirrors site:
# https://mirrors.yangxingzhen.com
#About the Autho
# BY:YangXingZhen
# Mail:xingzhen.yang@yangxingzhen.com
#Batch deletion of vsftpd virtual users(支持删除单个用户跟多个用户)
#This script applies to Centos 6.x and Centos 7.x
FTP_DIR="/etc/vsftpd"
USER="$*"
if [ $# -eq 0 ];then
echo -e "