Files
cheatsheet-tldr/tldr/testparm
2026-03-21 00:26:22 +00:00

22 lines
407 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# testparm
> Check a Samba configuration file for internal correctness.
> More information: <https://manned.org/testparm>.
- Check `/etc/samba/smb.conf` for correctness:
`testparm`
- Check a specific configuration file for correctness:
`testparm {{path/to/file}}`
- Display help:
`testparm {{[-?|--help]}}`