Difference between revisions of "/etc/"
From GhostBSD Wiki
(→Directories) |
(→Files) |
||
Line 96: | Line 96: | ||
|/etc/aliases||link to mail/aliasses | |/etc/aliases||link to mail/aliasses | ||
|- | |- | ||
− | |/etc/amd.map|| | + | |/etc/amd.map||FreeBSD has the ability to automatically mount and unmount NFS filesystems upon demand through the automounter daemon, amd(8). See its man page for details. |
|- | |- | ||
− | |/etc/auto_master|| | + | |/etc/auto_master||The automounter configuration consists of the auto_master configuration |
+ | file, which assigns filesystem paths to map names, and maps, which con- | ||
+ | tain actual mount information. The auto_master configuration file is | ||
+ | used by the automount(8) command. Map files are read by the | ||
+ | automountd(8) daemon. | ||
|- | |- | ||
|/etc/blacklistd.conf|| | |/etc/blacklistd.conf|| |
Revision as of 04:38, 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 |