View Single Post
Posts: 833 | Thanked: 124 times | Joined on Nov 2007 @ Based in the USA
#2
Originally Posted by Bloodangel05 View Post
I've been using aircrack-ng, and the files sitting in root as starting to pile up.
I did some forum searching and some google searching since my knowledge of linux is pitiful, to some avail, but it wasn't all around victory for me.

I know to delete files, you become root, and you use the command rm filename then it deletes said file. However, the files are called --irv-01.cap etc, and when you put rm --irv-01.cap it does not recognize it as an option...and it mocks me.

Any help on how to fix this? And just to clarify from searching the forum, aircrack...once you find the channel (lets say 6), and you want to start, the command is
airodump-ng -c 6 -w --ivs wlan0
Correct? Lets say theres more then one on that channel...then what?

Thanks for the help people
Since it's unix there are many ways to do what you want.
Since you are root there are many ways to do what you do not want to do.
At your level make sure everything you do with the rm command asks for permission.
You could use quote marks.
You could use the find command.
You could use wild cards to match the first two characters.

My favorite method is:
rm -r ./*
This tries to remove the first file it finds, moves up the directory structure and then descends, sometimes leaving you with a clean disk, all ready for a rebuild.
__________________
N810, iGo bt kb, Diablo, 10Gb storage onboard instead of a Thinkpad
OTG w/ unlimited storage!!
Put a penguin in your pocket!!
PLEASE use the Wiki