dayanandasaraswati
September 13th, 2008, 02:49 PM
Hello friends,
Every windows user would have fallen prey to the NewFolder.exe virus some time or the other. If you put your pendrive in some public net cafes and bring it back home, you are sure to bring back your Christmas Gift - NewFolder.exe. In linux we can directly delete these exe files but the problem is they live under each directory. Thus navigating through directories and deleting them is tedious. So this small one line code helps you get rid of this virus.
Instructions:
1. Open terminal (Applications -> Accessories -> Terminal)
2. Change directory to the root of your pen drive
3. Type the following and press enter
find -iwholename *\ .exe -deleteKudos!!! Your virus has been killed!!
Every windows user would have fallen prey to the NewFolder.exe virus some time or the other. If you put your pendrive in some public net cafes and bring it back home, you are sure to bring back your Christmas Gift - NewFolder.exe. In linux we can directly delete these exe files but the problem is they live under each directory. Thus navigating through directories and deleting them is tedious. So this small one line code helps you get rid of this virus.
Instructions:
1. Open terminal (Applications -> Accessories -> Terminal)
2. Change directory to the root of your pen drive
3. Type the following and press enter
find -iwholename *\ .exe -deleteKudos!!! Your virus has been killed!!