forked from p34709852/monkey
Added a separate page for data directory in references
This commit is contained in:
parent
883b7b0464
commit
ec946d0ad8
|
@ -0,0 +1,19 @@
|
||||||
|
---
|
||||||
|
title: "Data directory"
|
||||||
|
date: 2021-05-18T08:49:59+03:00
|
||||||
|
draft: false
|
||||||
|
pre: '<i class="fas fa-folder"></i> '
|
||||||
|
weight: 9
|
||||||
|
---
|
||||||
|
|
||||||
|
## About data directory
|
||||||
|
|
||||||
|
Data directory is where the Island server stores runtime artifacts.
|
||||||
|
Those arfifacts include the Island logs, any custom post-breach action files,
|
||||||
|
configuration files, etc.
|
||||||
|
|
||||||
|
## Where is data directory
|
||||||
|
|
||||||
|
On **Linux** it's in `$HOME/.monkey_island`.
|
||||||
|
|
||||||
|
On **Windows** it's in `%AppData%\monkey_island`.
|
Loading…
Reference in New Issue