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 180: Line 180:
 
You'll see that a file called locate.rc can be found in three places: in the main /etc directory, in the system examples directory, and in the system source code.
 
You'll see that a file called locate.rc can be found in three places: in the main /etc directory, in the system examples directory, and in the system source code.
 
|-
 
|-
|/etc/login.access||The [https://www.freebsd.org/cgi/man.cgi?query=login.access&sektion=5&manpath=freebsd-release-ports login.access] file specifies (user, host) combinations and/or (user, tty) combinations for which a login will be either accepted or refused.
+
|/etc/login.access||
 
+
 
|-
 
|-
|/etc/login.conf||[https://www.freebsd.org/cgi/man.cgi?query=login.conf&apropos=0&sektion=5&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html login.conf] contains various attributes and capabilities of login classes. A login class (an optional annotation against each record in the user account database, /etc/master.passwd) determines session accounting, re  source limits and user environment settings.  It is used by various programs in the system to set up a user's login environment and to enforce policy, accounting and administrative restrictions.  It also provides the means by which users are able to be authenticated to the system and the types of authentication available. Attributes in addition to the ones described here are available with third-party packages.
+
|/etc/login.conf||
 
|-
 
|-
|/etc/login.conf.db||The system does not normally read the configuration in /etc/login.conf directly, but reads the database file /etc/login.conf.db which provides faster lookups. To generate /etc/login.conf.db from /etc/login.conf, execute the following command:<code># cap_mkdb /etc/login.conf</code>[http://oldes.tstu.ru/freebsd/pl/books/handbook/users-limiting.html]
+
|/etc/login.conf.db||
 
+
 
|-
 
|-
|/etc/mac.conf||The [https://www.freebsd.org/cgi/man.cgi?query=mac.conf&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html mac.conf file] configures the default label elements to be used by    policy-agnostic applications that operate on MAC labels.  A file contains      a series of default label sets specified by object class, in addition to      blank lines and comments preceded by a `#' symbol.
+
|/etc/mac.conf||
 
+
Currently, the implementation supports two syntax styles for label element declaration. The old (deprecated) syntax consists of a single line with two fields separated by white space: the object class name, and a  list of label elements as used by the [https://www.freebsd.org/cgi/man.cgi?query=mac_prepare&sektion=3&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports mac_prepare(3)] library calls prior to an application invocation of a function from [https://www.freebsd.org/cgi/man.cgi?query=mac_get&sektion=3&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports mac_get(3)].
+
 
|-
 
|-
|/etc/mail.rc||Simply sending e-mails with mailx.md Set an External SMTP Server to Relay E-Mails[https://gist.github.com/ilkereroglu/aa6c868153d1c5d57cd8]
+
|/etc/mail.rc||
 
|-
 
|-
|/etc/master.passwd||The passwd files are the local source of password information. The [https://www.freebsd.org/cgi/man.cgi?query=master.passwd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html master.passwd] file is readable only by root, and consists of newline  separated records, one per user, containing ten colon (`:') separated fields.
+
|/etc/master.passwd||
 
|-
 
|-
|/etc/motd||The file [https://www.freebsd.org/cgi/man.cgi?query=motd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html /etc/motd]is normally displayed by login(1) after a user has logged in but before the shell is run.  It is generally used for important system-wide announcements.  During system startup, a line containing the kernel version string is prepended to this file.
+
|/etc/motd||
 
|-
 
|-
|/etc/netconfig||The [https://www.freebsd.org/cgi/man.cgi?query=netconfig&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html netconfig] file defines a list of "transport names", describing their semantics and protocol.  In FreeBSD, this file is only used by the RPC library code.
+
|/etc/netconfig||
 
|-
 
|-
|/etc/netstart||[https://man.openbsd.org/netstart.8 netstart] is the command script that is invoked by [https://www.unix.com/man-page/freebsd/8/rc/ rc(8)] during an automatic reboot and after single-user mode is exited; it performs network initialization.
+
|/etc/netstart||
 
|-
 
|-
 
|/etc/network.subr||This shell script isn't intended for human use; rather, other network configuration scripts use the subroutines defined herein to support common functions.Sourse:Absolute FreeBSD, 3rd Edition: The Complete Guide to FreeBSD, Michael W. Lucas.Verlag: No Starch Press; Auflage: 3rd (5. Oktober 2018)
 
|/etc/network.subr||This shell script isn't intended for human use; rather, other network configuration scripts use the subroutines defined herein to support common functions.Sourse:Absolute FreeBSD, 3rd Edition: The Complete Guide to FreeBSD, Michael W. Lucas.Verlag: No Starch Press; Auflage: 3rd (5. Oktober 2018)

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: