> For the complete documentation index, see [llms.txt](https://docs.fourclover.org/v0.1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fourclover.org/v0.1/use-cases/it-administrator.md).

# IT Administrator

**Scenario**

An IT administrator aims to validate the integrity of configuration files across corporate workstations and servers.

**Command**

Regularly perform scans on configuration directories to prevent misconfigurations and unauthorized changes.

**Example Command**

```bash
fourclover snapshot /etc -hashes md5 -name "Configuration Validation"
```

**Outcome**

Scans help identify accidental or malicious changes to configurations, maintaining a secure network environment.
