mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-08 22:29:33 +00:00
27 lines
1.4 KiB
HTML
27 lines
1.4 KiB
HTML
<html>
|
|
<head>
|
|
<title>About Cases</title>
|
|
<link rel="stylesheet" href="nbdocs:/org/netbeans/modules/usersguide/ide.css" type="text/css">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
</head>
|
|
<body>
|
|
<h2>About Cases</h2>
|
|
<p>
|
|
In Autopsy, a "case" is a container concept for a set of <a href="nbdocs:/org/sleuthkit/autopsy/casemodule/docs/aboutImage.html">images</a>. The set of images could be from multiple drives in a single computer or from multiple computers. When you make a case, it will create a directory to hold all of the information. The directory will contain a configuration file, some databases, and some other information. The configuration file as a .aut extension.
|
|
</p>
|
|
|
|
<p>If you want to view case details or edit some case information, use the <a href="nbdocs:/org/sleuthkit/autopsy/casemodule/docs/caseProperties.html">Case Properties</a> window.
|
|
|
|
<h2>Creating a Case</h2>
|
|
<p>
|
|
Refer to the <a href="nbdocs:/org/sleuthkit/autopsy/casemodule/docs/createNewCase.html">Creating a Case</a> page for more details.
|
|
</p>
|
|
|
|
<h2>Opening a Case</h2>
|
|
<p>
|
|
To open a case, choose "Open Case" from the File menu or use the "Ctrl + O" keyboard short cut.
|
|
Navigate to the case directory and select the ".aut" file.
|
|
</p>
|
|
</body>
|
|
</html>
|