bin/bash time=`date+Y%m%d%k%M` bakfile="user_logn.bak$time"cp/etc/vsftpd/user_login/etc/vsftpd/vsftpd_bak/$bakfile echo-n"Enter you want add ftp user's name:"read name if["$name"=""];then echo"The name can't be null"exit 1...
最近需要搭建vsftpd文档服务器,为了节省时间,就编写了如下两个脚本,一个是针对32位系统的,另一个是针对64位的系统的,以后使用的时候方便。脚本一:#!bin/sh#write by kevin#Auto_create_vsftpd_priv_32#date 2011-05-04#make ...