[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: adduser + mail automatica nuovo utente :-)



On 1/14/06, Pol Hallen <polhallen50@yahoo.it> wrote:
> Qual e' il modo migliore secondo voi?

uno script?

tipo:
# cat adduser-mail.sh
if [ ! "$1" == "" ]; then
        adduser <opzioni> $1
        echo "benvenuto sul mio pc" | mail $1
fi

potrebbe bastare?
ciao :)

--
Linux User: 369739 http://counter.li.org

Computers are like air conditioners: they stop work properly when you
open Windows...



Reply to: