# 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.
