零零社区|百姓的网上家园-互动交流平台!(0.0)=^_^=(00社区)

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz

FREEBSD中使用IPFW来过滤ICMP服务

2013-4-8 13:41| 发布者: 123456000000| 查看: 18| 评论: 0

摘要: ############## #adduser.pl# ############## #!/usr/bin/perl $filename='class.txt'; open(file,$filename); while($name=){ chop$name; @name_array=split/,/,$name; $PW_COMMAND="/usr/sbin/pwuseradd$name_ar ...
##############
# adduser.pl #
##############

#!/usr/bin/perl
$filename = 'class.txt' ;
open(file,$filename) ;
while( $name= ) {
chop $name ;
@name_array = split /,/,$name ;
$PW_COMMAND="/usr/sbin/pw useradd $name_array[0] -m -h 0" ;
$fname="|".$PW_COMMAND ; open(OUT, $fname) ;
PRint OUT $name_array[1] ;
close(OUT) ;
print "UserName: ",$name_array[0],"\t\t",
"PassWord: ",$name_array[1],"\n";
}
print "\n" ;
close(file) ;
 
################
# /etc/pw.conf #
################
logfile /root/pw.log
defaultpasswd yes
home /home
defaultshell /usr/local/bin/bash
defaultgroup user
reuseuids yes
minuid 2000
 
##############
# 额外说明   #
##############
1.home   -->预设的家目录
defaultshell -->预设的shell路径
defaultgroup -->预设的群组
1.minuid -->起始的uid

############
# 使用方式 #
############
1.先备档案 
 a. adduser.pl 
 b. /etc/pw.conf
 c. 帐号的来源档 class.txt
    形式:
    帐号,密码
    帐号,密码
2.步骤
 a.将adduser.pl改为可以执行
    chmod 700 adduser.pl
 b.adduser.pl及class.txt需在同一目录下,不然则需更改路径
 c.执行adduser.pl
 d.完成

路过

雷人

握手

鲜花

鸡蛋

相关阅读

发表评论

最新评论

相关分类


Archiver|手机版|小黑屋|00社区

GMT+8, 2023-1-31 10:50 , Processed in 0.043094 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部