# Linux VA/Audit dengan Lynis

1. Download Lynis

```
wget https://downloads.cisofy.com/lynis/lynis-3.0.6.tar.gz
```

![](/files/HIspTDFkUR3LkUNNAO7F)

2\.  Extract File&#x20;

```bash
tar -xf lynis-3.0.6.tar.gz
```

![](/files/Hoo3BPFyLODpCpNZzLNY)

3\.  Terlihat terdapat folder lynis

![](/files/QOprt5r8OfUPM5gbl7cr)

4\.  Masuk ke folder lynis

```
cd lynis
```

![](/files/Ek1xZ83wj2J8wUii5Wu0)

5\.  Menjalankan lynis

```
sudo ./lynis audit system
```

![](/files/4jVZcV2NYYGST2jom6Kn)

6\.  Klik enter untuk mengizinkan lyniz berjalan dengan kemampuan root

![](/files/hkHxPF1eHDox5ArpZaDW)

7\.  Lynis berhasil dijalankan

![](/files/k2qh3YPjL42ggy4LVlhy)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.anggipradana.com/tutorial/linux-va-audit-dengan-lynis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
