2007/03/20

簡易建 linux 帳號

#!/bin/bash

for name in `awk -F: '{ print $1}' ./list`
do
useradd -m $name
done

chpasswd<./list

list檔格式

username:passwd





powered by performancing firefox

沒有留言: