mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 19:02:19 +00:00
22 lines
407 B
Plaintext
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]}}`
|