Files
tldr/pages.tr/sunos/svccfg.md
2022-10-31 06:44:28 -03:00

17 lines
461 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# svccfg
> Servis yapılandırmalarını içe aktar, dışa aktar ve düzenle.
> Daha fazla bilgi için: <https://www.unix.com/man-page/linux/1m/svccfg>.
- Yapılandırma dosyasını değerlendir:
`svccfg validate {{smf.xml}}`
- Servis yapılandırma dosyalarını belirtilen dosyaya yazılacak şekilde dışa aktar:
`svccfg export {{servisismi}} > {{smf.xml}}`
- Dosyadan servis yapılandırmalarını içe aktar/güncelle:
`svccfg import {{smf.xml}}`