É sempre bom aprender com os erros dos outros é essa a ideia do "
Unix Admin. Horror Story Summary, version 1.0". Segue abaixo uma história que chamou muito minha atenção:
Management told us to email a security notice to every user on the our
system (at that time, around 3000 users). A certain novice administrator
on our system wanted to do it, so I instructed them to extract a list of
users from /etc/passwd, write a simple shell loop to do the job, and
throw it in the background. Here's what they wrote (bourne shell)...
for USER in `cat user.list`; do
mail $USER
Conclusão: Aprenda e Teste teste teste teste teste teste bastante
antes de executar no servidor de produção.
Bom Proveito.
Nenhum comentário:
Postar um comentário