Many Linux newbies love to copy and paste every command they see on the net, curious to find out what they do. Running these following commands won’t kill you, but you’ll wish you were dead. Linux gives full control over the system if you are logged in as root user, running anyone of the following commands without clear understanding of them would lead to a disaster situation.
dd if=/dev/zero of=/dev/sda formats hard disk back to the factory settings.
mkfs.ext3 /dev/sda will format all data from the device specified after the mkfs command.
mv ~ /dev/null will erase everything from your root directory. Basically /dev/null does not exists and anything written to it is actually discarded from the system.
dd if=/dev/random of=/dev/port run this command if you are eager to freeze your Linux system.
:(){:|:&};: is a forkbomb command, once you run it, it will let you system freeze and you will have no other way except to have it hard reboot ( Please don’t run this command if you are feeling curiosity, consequences can be bitter )
rsync -r –delete /home/backup such commands has a delete switch that can be used to destroy parts of the file system.
shutdown -h now shuts your system down and you will have to hard reboot it, don’t run this command if you are hosting your servers in any data center or colocation. run shutdown -r now instead.
any_command> / dev / sda This command causes total loss of data, in the partition that is mentioned in command
http://some_untrusted_source wget-O-| sh Never download untrusted sources and below are implemented, they may be malicious codes
find ./ * -exec rm {} \; This removes every file from the current directory on.
find . / * -exec rm {} \; This also removes removes every file from the current directory plus every file from the root directory forward!
Conclusion
I’m sure that are other equally deadly Linux commands that I failed to include here, so if you have something to add, please share it with us via comment.
RUMO AOS 4K: SOMOS MAIS DE 3.000 NO YOUTUBE!
Fala, galera! Beleza? Olha, a correria por aqui anda tão insana que eu quase cometi a mancada de deixar passar em branco uma marca histórica para o canal. Mas antes tarde do que nunca: batemos oficialmente a marca de 3.000 inscritos no YouTube! 🎉 Na verdade, a recepção de vocês tem sido tão foda que, enquanto eu preparava esse agradecimento, o contador já dropou e já somos 3.021 sobreviventes na nossa comunidade! Quero agradecer de coração a cada um de vocês que se inscreve, deixa o like, comenta e acompanha essa jornada diária. Seja passando raiva junto comigo, rindo dos meus momentos de "quase" ou comemorando aquela vitória marota no final das partidas, vocês são o verdadeiro motor disso tudo aqui. Manter a consistência e produzir conteúdo diário é um desafio gigante, mas ver esse número crescer mostra que estamos no caminho certo. E ó, não pensem que acabou, não! O plano de jogo continua ativo e a meta agora é buscar os 4k! Muito obrigado pelo apoio de sempre, clã! Você...
0 Comentários