mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
51 lines
2.6 KiB
HTML
51 lines
2.6 KiB
HTML
<!--
|
|
To change this template, choose Tools | Templates
|
|
and open the template in the editor.
|
|
-->
|
|
<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.
|
|
</p>
|
|
|
|
<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>
|
|
There are three ways to open a case:
|
|
<ul>
|
|
<li>Go to "File" and then select "Open Case..."</li>
|
|
<li>Select the <img src="open-icon.png" alt="Open Case Icon" /> icon on the toolbar</li>
|
|
<li>Press "Ctrl + O" on the keyboard</li>
|
|
</ul>
|
|
<p>
|
|
After that, a File Chooser dialog will show up. Then select a ".aut" file that you previously created. It will be in the case folder.
|
|
</p>
|
|
|
|
<h2>What's Next?</h2>
|
|
<p>After you create a case, you can <a href="nbdocs:/org/sleuthkit/autopsy/casemodule/docs/addImage.html">add an image</a> to the case. </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.
|
|
</body>
|
|
</html>
|
|
<!--
|
|
Tip: to create a link which will open in an external web browser, try:
|
|
<object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
|
|
<param name="content" value="http://www.netbeans.org/">
|
|
<param name="text" value="<html><u>http://www.netbeans.org/</u></html>">
|
|
<param name="textFontSize" value="medium">
|
|
<param name="textColor" value="blue">
|
|
</object>
|
|
To create a link to a help set from another module, you need to know the code name base and path, e.g.:
|
|
<a href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/configure/configure_options.html">Using the Options Window</a>
|
|
(This link will behave sanely if that module is disabled or missing.)
|
|
-->
|