003 File Manager
Current Path:
/etc
etc
/
📁
..
📁
X11
📄
aliases
(1.59 KB)
📁
authpf
📄
auto_master
(297 B)
📁
autofs
📄
blacklistd.conf
(391 B)
📁
bluetooth
📁
cron.d
📄
crontab
(658 B)
📄
csh.cshrc
(52 B)
📄
csh.login
(300 B)
📄
csh.logout
(53 B)
📄
ddb.conf
(506 B)
📁
defaults
📁
devd
📄
devd.conf
(9.66 KB)
📄
devfs.conf
(1.88 KB)
📄
dhclient.conf
(205 B)
📄
disktab
(5.7 KB)
📁
dma
📄
dumpdates
(0 B)
📄
fbtab
(90 B)
📄
freebsd-update.conf
(2.75 KB)
📄
ftpusers
(224 B)
📄
gettytab
(5.99 KB)
📄
group
(473 B)
📁
gss
📄
host.conf
(46 B)
📄
hosts
(1.02 KB)
📄
hosts.allow
(3.32 KB)
📄
hosts.equiv
(53 B)
📄
hosts.lpd
(43 B)
📄
inetd.conf
(5.1 KB)
📄
ipfw.rules
(619 B)
📁
kyua
📄
libalias.conf
(145 B)
📄
libmap.conf
(47 B)
📄
localtime
(2.85 KB)
📄
locate.rc
(891 B)
📄
login.access
(1.74 KB)
📄
login.conf
(6.94 KB)
📄
login.conf.db
(16 KB)
📄
mac.conf
(507 B)
📁
mail
📄
mail.rc
(106 B)
📄
master.passwd
(1.97 KB)
📄
motd.template
(501 B)
📁
mtree
📄
netconfig
(729 B)
📄
netstart
(2.1 KB)
📄
network.subr
(35.57 KB)
📄
networks
(310 B)
📄
newsyslog.conf
(1.67 KB)
📁
newsyslog.conf.d
📄
nscd.conf
(231 B)
📄
nsmb.conf
(1.6 KB)
📄
nsswitch.conf
(272 B)
📁
ntp
📄
ntp.conf
(4.21 KB)
📄
opieaccess
(377 B)
📄
opiekeys
(0 B)
📄
os-release
(228 B)
📁
pam.d
📄
passwd
(1.83 KB)
📄
pccard_ether
(2.68 KB)
📁
periodic
📄
periodic.conf
(830 B)
📄
pf.os
(28.6 KB)
📄
phones
(183 B)
📁
pkg
📄
portsnap.conf
(1.42 KB)
📁
ppp
📄
printcap
(1.95 KB)
📄
profile
(427 B)
📄
protocols
(6.24 KB)
📄
pwd.db
(40 KB)
📄
rc
(4.92 KB)
📄
rc.bsdextended
(4.44 KB)
📄
rc.conf
(672 B)
📁
rc.conf.d
📁
rc.d
📄
rc.firewall
(18.27 KB)
📄
rc.initdiskless
(13.36 KB)
📄
rc.resume
(2.4 KB)
📄
rc.sendmail
(5.59 KB)
📄
rc.shutdown
(3.33 KB)
📄
rc.subr
(49.79 KB)
📄
rc.suspend
(2.21 KB)
📄
regdomain.xml
(54.54 KB)
📄
remote
(2.58 KB)
📄
resolv.conf
(57 B)
📄
rmt
(9.48 KB)
📄
rpc
(1.58 KB)
📁
security
📄
services
(70.86 KB)
📄
shells
(206 B)
📄
snmpd.config
(9.58 KB)
📄
spwd.db
(40 KB)
📁
ssh
📁
ssl
📄
sysctl.conf
(311 B)
📄
syslog.conf
(1.4 KB)
📁
syslog.d
📄
termcap
(207.45 KB)
📄
termcap.small
(11.95 KB)
📄
ttys
(2.04 KB)
📁
unbound
📁
zfs
Editing: freebsd-update.conf
# $FreeBSD$ # Trusted keyprint. Changing this is a Bad Idea unless you've received # a PGP-signed email from <security-officer@FreeBSD.org> telling you to # change it and explaining why. KeyPrint 800651ef4b4c71c27e60786d7b487188970f4b4169cc055784e21eb71d410cc5 # Server or server pool from which to fetch updates. You can change # this to point at a specific server if you want, but in most cases # using a "nearby" server won't provide a measurable improvement in # performance. ServerName update.FreeBSD.org # Components of the base system which should be kept updated. Components src world # Example for updating the userland and the kernel source code only: # Components src/base src/sys world # Paths which start with anything matching an entry in an IgnorePaths # statement will be ignored. IgnorePaths # Paths which start with anything matching an entry in an IDSIgnorePaths # statement will be ignored by "freebsd-update IDS". IDSIgnorePaths /usr/share/man/cat IDSIgnorePaths /usr/share/man/whatis IDSIgnorePaths /var/db/locate.database IDSIgnorePaths /var/log # Paths which start with anything matching an entry in an UpdateIfUnmodified # statement will only be updated if the contents of the file have not been # modified by the user (unless changes are merged; see below). UpdateIfUnmodified /etc/ /var/ /root/ /.cshrc /.profile # When upgrading to a new FreeBSD release, files which match MergeChanges # will have any local changes merged into the version from the new release. MergeChanges /etc/ /boot/device.hints ### Default configuration options: # Directory in which to store downloaded updates and temporary # files used by FreeBSD Update. # WorkDir /var/db/freebsd-update # Destination to send output of "freebsd-update cron" if an error # occurs or updates have been downloaded. # MailTo root # Is FreeBSD Update allowed to create new files? # AllowAdd yes # Is FreeBSD Update allowed to delete files? # AllowDelete yes # If the user has modified file ownership, permissions, or flags, should # FreeBSD Update retain this modified metadata when installing a new version # of that file? # KeepModifiedMetadata yes # When upgrading between releases, should the list of Components be # read strictly (StrictComponents yes) or merely as a list of components # which *might* be installed of which FreeBSD Update should figure out # which actually are installed and upgrade those (StrictComponents no)? # StrictComponents no # When installing a new kernel perform a backup of the old one first # so it is possible to boot the old kernel in case of problems. # BackupKernel yes # If BackupKernel is enabled, the backup kernel is saved to this # directory. # BackupKernelDir /boot/kernel.old # When backing up a kernel also back up debug symbol files? # BackupKernelSymbolFiles no
Upload File
Create Folder