RE: [sleuthkit-users] TSK Installation Issues
Brought to you by:
carrier
From: Brian S. <Br...@Pe...> - 2005-04-06 15:45:19
|
Thanks - I am up and rolling now. I appreciate your help! -----Original Message----- From: Barry J. Grundy [mailto:bg...@im...] Sent: Tuesday, April 05, 2005 12:38 PM To: sle...@li... Cc: Sleuthkit List Subject: Re: [sleuthkit-users] TSK Installation Issues On Tue, 2005-04-05 at 11:54 -0700, Brian Starr wrote: > After it finished I attempted to use fls, and it said the tool is not found. > What am I doing wrong? /home/brian/sleuthkit-2.00/bin is not in your path, so when you try and execute fls, you get a not found error. Unlike DOS/Win, Linux only looks in your path, not in the current directory. you have to be explicit. The commands are located in the sleuthkit-2.00/bin directory. Change into that dir and use "./" in front of the command to execute from the current dir. "./fls -o xxxxx..etc" or use the full path to the command: "~brian/sleuthkit-2.00/bin/fls -o xxx..etc". You could also just move all the bins to a directory in your path, but I prefer to leave them where they are. > Is it possible to recover a deleted file created > from within a previous operating system. <snip> > A simple yes or no will really help. Possible, yes. Trivial, no. -- /*************************************** Special Agent Barry J. Grundy NASA Office of Inspector General Computer Crimes Division Goddard Space Flight Center Code 190 Greenbelt Rd. Greenbelt, MD 20771 (301)286-3358 **************************************/ ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ sleuthkit-users mailing list https://lists.sourceforge.net/lists/listinfo/sleuthkit-users http://www.sleuthkit.org |