Difference between revisions of "/etc/"
From GhostBSD Wiki
(→Files) |
(→Files) |
||
Line 98: | Line 98: | ||
|/etc/amd.map||FreeBSD has the ability to automatically mount and unmount NFS filesystems upon demand through the automounter daemon, [https://www.unix.com/man-page/freebsd/8/amd/ amd(8)]. See its man page for details. | |/etc/amd.map||FreeBSD has the ability to automatically mount and unmount NFS filesystems upon demand through the automounter daemon, [https://www.unix.com/man-page/freebsd/8/amd/ amd(8)]. See its man page for details. | ||
|- | |- | ||
− | |/etc/auto_master||The automounter configuration consists of the auto_master configuration file, which assigns filesystem paths to map names, and maps, which contain 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/auto_master||The automounter configuration consists of the [https://www.unix.com/man-page/freebsd/5/auto_master/ auto_master] configuration file, which assigns filesystem paths to map names, and maps, which contain actual mount information and any direct maps that it references, and |
+ | mounts or unmounts [https://www.unix.com/man-page/freebsd/5/autofs/ autofs(5)] filesystems to match. The auto_master configuration file is used by the [https://www.unix.com/man-page/freebsd/8/automount/ automount(8)] command. Map files are read by the [https://www.unix.com/man-page/freebsd/8/automountd/ automountd(8)] daemon. | ||
|- | |- | ||
|/etc/blacklistd.conf|| | |/etc/blacklistd.conf|| |
Revision as of 09:12, 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 |
Files
Files | Description |
---|---|
/etc/aliases | link to mail/aliasses |
/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 | The automounter configuration consists of the auto_master configuration file, which assigns filesystem paths to map names, and maps, which contain actual mount information and any direct maps that it references, and
mounts or unmounts autofs(5) filesystems to match. 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/crontab | |
/etc/csh.cshrc | |
/etc/csh.login | |
/etc/csh.logout | |
/etc/ddb.conf | |
/etc/devd.conf | |
/etc/devd-openrc.conf | |
/etc/devfs.conf | |
/etc/devfs.rules | |
/etc/dhclient.conf | |
/etc/dhcpcd.conf | |
/etc/disktab | |
/etc/dumpdates | |
/etc/fbtab | |
/etc/freebsd-update.conf | |
/etc/fstab | |
/etc/ftpusers | |
/etc/gettytab | |
/etc/group | |
/etc/hostid | |
/etc/hosts | |
/etc/hosts.allow | |
/etc/hosts.equiv | |
/etc/hosts.lpd | |
/etc/hosts-e | |
/etc/inetd.conf | |
/etc/libalias.conf | |
/etc/libmap.conf | |
/etc/localtime | |
/etc/locate.rc | |
/etc/login.access | |
/etc/login.conf | |
/etc/login.conf.db | |
/etc/mac.conf | |
/etc/mail.rc | |
/etc/master.passwd | |
/etc/motd | |
/etc/netconfig | |
/etc/netstart | |
/etc/network.subr | |
/etc/networks | |
/etc/newsyslog.conf | |
/etc/nscd.conf | |
/etc/nsmb.conf | |
/etc/nsswitch.conf | |
/etc/ntp.conf | |
/etc/openrc | |
/etc/openrc.shutdown | |
/etc/opieaccess | |
/etc/opiekeys | |
/etc/passwd | |
/etc/pccard_ether | |
/etc/pf.os | |
/etc/phones | |
/etc/pkgbase.setup | |
/etc/portsnap.conf | |
/etc/printcap | |
/etc/profile | |
/etc/protocols | |
/etc/pwd.db | |
/etc/rc | |
/etc/rc.bsdextended | |
/etc/rc.conf | |
/etc/rc.conf.ghostbsd | |
/etc/rc.devd | |
/etc/rc.dynamicdiskless | |
/etc/rc.firewall | |
/etc/rc.initdiskless | |
/etc/rc.resume | |
/etc/rc.sendmail | |
/etc/rc.shutdown | |
/etc/rc.subr | |
/etc/rc.suspend | |
/etc/regdomain.xml | |
/etc/remote | |
/etc/resolv.conf | |
/etc/rmt | Link to /usr/sbin/rmt |
/etc/rpc | |
/etc/services | |
/etc/shells | |
/etc/snmpd.config | |
/etc/spwd.db | |
/etc/sysctl.conf | |
/etc/syslog.conf | |
/etc/termcap | Link to /usr/misc/termcap |
/etc/termcap.small | |
/etc/ttys | |
Back to Directory Structure |