Difference between revisions of "/etc/"
From GhostBSD Wiki
(→Directories) |
(→Directories) |
||
Line 23: | Line 23: | ||
|/etc/cron.d|| | |/etc/cron.d|| | ||
|- | |- | ||
− | |/etc/defaults/ || | + | |/etc/defaults/ ||Default system configuration files. Refer to [https://www.freebsd.org/cgi/man.cgi?query=rc&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports rc(8)] for details. |
|- | |- | ||
|/etc/devd|| | |/etc/devd|| | ||
Line 39: | Line 39: | ||
|/etc/local.d|| | |/etc/local.d|| | ||
|- | |- | ||
− | |/etc/mail/ || | + | |/etc/mail/ ||Configuration files for mail transport agents such as [https://www.freebsd.org/cgi/man.cgi?query=sendmail&sektion=8&manpath=freebsd-release-ports sendmail(8)]. |
|- | |- | ||
|/etc/man.d|| | |/etc/man.d|| |
Revision as of 04:25, 1 February 2020
Welcome to /etc/. |
Contents
Introduction
Here we find system configuration files and scripts.
Content
Directories
Directory | Description |
---|---|
/etc/autofs | |
/etc/bluetooth/ | bluetooth configuration files |
/etc/conf.d | |
/etc/cron.d | |
/etc/defaults/ | Default system configuration files. Refer to rc(8) for details. |
/etc/devd | |
/etc/devd-openrc | |
/etc/dma | |
/etc/gss | |
/etc/init.d | |
/etc/libmap.d | |
/etc/local.d | |
/etc/mail/ | Configuration files for mail transport agents such as sendmail(8). |
/etc/man.d | |
/etc/mtree/ | mtree configuration files; see mtree(8) |
/etc/newsyslog.conf.d | |
/etc/ntp | |
/etc/pam.d/ | configuration files for the Pluggable Authentication Modules (PAM) library |
/etc/periodic/ | scripts that are run daily, weekly, and monthly, via cron(8); see periodic(8) |
/etc/pkg | |
/etc/ppp/ | ppp configuration files; see ppp(8) |
/etc/rc.conf.d | |
/etc/rc.d/ | system and daemon startup/control scripts; see rc(8) |
/etc/runlevels | |
/etc/security/ | OpenBSM audit configuration files; see audit(8) |
/etc/ssh/ | OpenSSH configuration files; see ssh(1) |
/etc/ssl/ | OpenSSL configuration files |
/etc/sysctl.d | file: /etc/sysctl.d/README: Kernel system variables configuration files |
/etc/syslog.d | content 3 files:
|
/etc/unbound | link to /var/unbound |
/etc/X11 | no content |
/etc/zfs | no content |
Back to Directory Structure |