Re: [sleuthkit-users] TSK Installation Issues
Brought to you by:
carrier
From: Barry J. G. <bg...@im...> - 2005-04-06 03:40:44
|
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 **************************************/ |