Re: Need help finding a file
man = manual command to learn about commands in linux. man man for more info
man locate
man find
man mv
man cp
Those should be typed in the terminal. They will get you all you need.
See also
http://www.backtrack-linux.org/forum...ad-thread.html
Also we do not do basic linux here, as per the readme's.
Re: Need help finding a file
Thanks for your help. I hate when I do this, but I actually saw that thread after I made the post and found everything I need. Since I am so new to linux I learned that linux is all about being self reliant. Thanks for the reply and feel free to delete this thread if it's not applicable to the forum.
Re: Need help finding a file
Further, if you ran crunch from within the crunch directory, chances are thats where your created file is..
/pentest/passwords/crunch
Re: Need help finding a file
Thanks for the help, I figured it out.
Re: Need help finding a file
I'd suggest the "which" command in addition to those that Archangel-Amael listed.