Important files and directories.
Path | Description |
---|---|
| The kernel itself. |
| Kernel modules at startup. See /boot/defaults/loader.conf hint.acpi.0.disabled=1 # disable ACPI |
| The "bit bucket". To discard all output of a command (stdout and stderr): # somecommand >/dev/null 2>&1 [sh] |
| Regular scheduled tasks. |
| Binds additional groups to users (only becomes effective after the next login). |
| Local assignments between IP addresses and host names. |
| Controls services that were started by inet but do not have their own daemon processes, e.g. ftpd. |
| Binary file, not editable. Describes the current time zone.
|
| Configures which MTA is used when local processes generate emails. |
| Default values for creating software applications/ports. Only available if created by user. If not present, the default values of the ports are used. |
| "Message of the day" is displayed during login. |
| Configures the automatic rotation of log files. |
| Various scripts that are executed at scheduled times. |
| Master configuration file. See # network settings # set clock on startup # activate services |
| Startup scripts. Run as /etc/rc.d/<script> start or /etc/rc.d/<script> stop Only works if the corresponding service exists. |
| Create this script to run additional commands at system startup. |
| Configuring the DNS client
|
| Configure ssh daemon to allow or deny root logins, for example. |
| Sets runtime kernel variables at startup:
|
| Configure the destinations of log messages. After the change:
|
| Configure logins on serial lines or modems. |
| Statically linked binary files for use in emergencies. |
| Home directory for 'root' users (still available when other file systems are not mounted). |
| Configuration files for third-party programs (ports/packages). |
| Placeholders that fill the home directory of a new user. |
| Path under which the installed packages |
| Mail log file. |
| General system log file. |
| Default location for the user mailbox. |
| File with process ID of the running 'inetd' daemon. |
| Sendmail queue. |
| Temporary files; applications should write large files here and not in /tmp, as is usually the case on a larger file system. |
| Public keys corresponding to the private keys that can log on to this account using SSH RSA/DAS authentication. |