Editing /etc/

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 279: Line 279:
 
|/etc/rc.firewall||The [https://www.freebsd.org/cgi/man.cgi?query=rc.firewall&sektion=8 rc.firewall] script is used to configure rules for the kernel based firewall service.
 
|/etc/rc.firewall||The [https://www.freebsd.org/cgi/man.cgi?query=rc.firewall&sektion=8 rc.firewall] script is used to configure rules for the kernel based firewall service.
 
|-
 
|-
|/etc/rc.initdiskless||The post-boot initialization of an embedded FreeBSD system is controlled by [https://www.freebsd.org/doc/en_US.ISO8859-1/articles/solid-state/ro-fs.html /etc/rc.initdiskless].
+
|/etc/rc.initdiskless||
 
|-
 
|-
|/etc/rc.resume|| If drivers can be properly loaded and unloaded, automate this by putting the appropriate commands in /etc/rc.suspend and [https://www.freebsd.org/doc/handbook/acpi-overview.html /etc/rc.resume].
+
|/etc/rc.resume||
 
|-
 
|-
|/etc/rc.sendmail||The [https://www.freebsd.org/cgi/man.cgi?query=rc.sendmail&sektion=8&n=1 rc.sendmail] script is used by /etc/rc at boot time to start [https://www.freebsd.org/cgi/man.cgi?query=sendmail&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports sendmail(8)].  It is meant to be sendmail(8) specific and not a generic script for all MTAs.  It is only called by /etc/rc if the rc.conf(5) mta_start_script variable is set to /etc/rc.sendmail.
+
|/etc/rc.sendmail||
 
+
 
|-
 
|-
|/etc/rc.shutdown||See [https://www.freebsd.org/cgi/man.cgi?query=rc.shutdown&apropos=0&sektion=8&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html#Operation Operation of rc.shutdown]
+
|/etc/rc.shutdown||
 
|-
 
|-
|/etc/rc.subr||[https://www.freebsd.org/cgi/man.cgi?query=rc.subr&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports functions used by system shell scripts]
+
|/etc/rc.subr||
 
|-
 
|-
|/etc/rc.suspend||If drivers can be properly loaded and unloaded, automate this by putting the appropriate commands in [https://www.freebsd.org/doc/handbook/acpi-overview.html /etc/rc.suspend] and /etc/rc.resume.
+
|/etc/rc.suspend||
 
|-
 
|-
|/etc/regdomain.xml||The [https://www.freebsd.org/cgi/man.cgi?query=regdomain&sektion=5&apropos=0&manpath=FreeBSD+10.0-RELEASE regdomain.xml] file describes regulations for the operation of IEEE  802.11 wireless radios.
+
|/etc/regdomain.xml||
 
+
 
|-
 
|-
|/etc/remote||[https://www.freebsd.org/cgi/man.cgi?query=remote&apropos=0&sektion=5&manpath=FreeBSD+10.0-RELEASE&arch=default&format=html remote] host description file
+
|/etc/remote||
 
|-
 
|-
|/etc/resolv.conf||The [https://www.freebsd.org/cgi/man.cgi?query=resolver&sektion=3&apropos=0&manpath=FreeBSD+10.0-RELEASE resolver(3)] is a set of routines in the C library which provide ac    cess to the Internet Domain Name System.  The resolver configuration file contains information that is read by the resolver routines the first time  they are invoked by a process.  The file is designed to be human readable and contains a list of keywords with values that provide various types of resolver information.
+
|/etc/resolv.conf||
 
|-
 
|-
 
|/etc/rmt||Link to /usr/sbin/rmt
 
|/etc/rmt||Link to /usr/sbin/rmt
 
|-
 
|-
|/etc/rpc||The [https://www.freebsd.org/cgi/man.cgi?query=rpc&apropos=0&sektion=5&manpath=FreeBSD+10.0-RELEASE&arch=default&format=html rpc] file contains user readable names that can be used in place of  RPC program numbers.  For each RPC program a single line should be      present with the following information:
+
|/etc/rpc||
*  name of the RPC program
+
*  RPC program number
+
* aliases
+
 
|-
 
|-
|/etc/services||The [https://www.freebsd.org/cgi/man.cgi?query=services&apropos=0&sektion=5&manpath=FreeBSD+10.0-RELEASE&arch=default&format=html services] file contains information regarding the known services available in the Internet. For each service a single line should be      present with the following information:
+
|/etc/services||
* official service name
+
* port number
+
* protocol name
+
* aliases
+
 
|-
 
|-
|/etc/shells||The [https://www.freebsd.org/cgi/man.cgi?query=shells&apropos=0&sektion=5&manpath=FreeBSD+10.0-RELEASE&arch=default&format=html shells] file contains a list of the shells on the system.  For each shell a single line should be present, consisting of the shell's path,      relative to root.
+
|/etc/shells||
 
|-
 
|-
|/etc/snmpd.config||[https://www.freebsd.org/cgi/man.cgi?query=snmpd.config&apropos=0&sektion=5&manpath=FreeBSD+10.0-RELEASE&arch=default&format=html snmpd.conf] is the configuration file which  defines  how the  Net-SNMP SNMP  agent  operates. These  files may contain any of the directives found in the DIRECTIVES section below.  This file is not required  for the agent to operate and respond to requests.
+
|/etc/snmpd.config||
 
|-
 
|-
|/etc/spwd.db||secure password database file [https://man.openbsd.org/pwd_mkdb]
+
|/etc/spwd.db||
 
|-
 
|-
|/etc/sysctl.conf||The [https://www.freebsd.org/cgi/man.cgi?query=sysctl.conf&apropos=0&sektion=5&manpath=FreeBSD+10.0-RELEASE&arch=default&format=html /etc/sysctl.conf] file is read in when the system goes into multi-user mode to set default settings for the kernel.  The /etc/sysctl.conf is in
+
|/etc/sysctl.conf||
the format of the [https://www.freebsd.org/cgi/man.cgi?query=sysctl&sektion=8&apropos=0&manpath=FreeBSD+10.0-RELEASE sysctl(8)] command, i.e. <code> sysctl_mib=value</code>
+
 
|-
 
|-
|/etc/syslog.conf||The [https://www.freebsd.org/cgi/man.cgi?query=syslog.conf&apropos=0&sektion=5&manpath=FreeBSD+10.0-RELEASE&arch=default&format=html syslog.conf] file is the configuration file for the [https://www.freebsd.org/cgi/man.cgi?query=syslogd&sektion=8&apropos=0&manpath=FreeBSD+10.0-RELEASE syslogd(8)] program.  It consists of blocks of lines separated by ''program'' and ''hostname'' specifications (separations appear alone on their lines), with each line      containing two fields: the ''selector'' field which specifies the types of messages and priorities to which the line applies, and an ''action'' field  which specifies the action to be taken if a message syslogd(8) receives  matches the selection criteria.  The ''selector'' field is separated from the  ''action'' field by one or more tab characters or spaces.
+
|/etc/syslog.conf||
 
|-
 
|-
 
|/etc/termcap||Link to /usr/misc/termcap
 
|/etc/termcap||Link to /usr/misc/termcap
 
|-
 
|-
|/etc/termcap.small||[https://github.com/freebsd/freebsd/blob/master/share/termcap/termcap.small on GitHub]
+
|/etc/termcap.small||
 
|-
 
|-
|/etc/ttys||The file [https://www.freebsd.org/cgi/man.cgi?query=ttys&apropos=0&sektion=0&manpath=FreeBSD+10.0-RELEASE&arch=default&format=html ttys] contains information that is used by various routines to    initialize and control the use of terminal special files. This information is read with the [https://www.freebsd.org/cgi/man.cgi?query=getttyent&sektion=3&apropos=0&manpath=FreeBSD+10.0-RELEASE getttyent(3)] library routines.
+
|/etc/ttys||
 
|-
 
|-
 
!colspan="2"|'''Back to ''' [[image:Icon Disti GhostBSD.png|50px|link=Directory Structure]]'''Directory Structure'''
 
!colspan="2"|'''Back to ''' [[image:Icon Disti GhostBSD.png|50px|link=Directory Structure]]'''Directory Structure'''

Please note that all contributions to GhostBSD Wiki are considered to be released under the Creative Commons Attribution (see GhostBSD Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)

Template used on this page: