Editing /usr/sbin/

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 13: Line 13:
 
! scope="col" style="width: 350px;"|'''Description'''
 
! scope="col" style="width: 350px;"|'''Description'''
 
|-
 
|-
|ac||[https://www.freebsd.org/cgi/man.cgi?query=ac&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ac] -- connect time accounting; If the file /var/log/utx.log exists, a record of individual login and logout times are written to it by [https://www.freebsd.org/cgi/man.cgi?query=login&sektion=1&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports login(1)] and [https://www.freebsd.org/cgi/man.cgi?query=init&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports init(8)], respectively.  The    ac utility examines these records and writes the accumulated connect time    (in hours) for all logins to the standard output.
+
|/usr/sbin/ac||[https://www.freebsd.org/cgi/man.cgi?query=ac&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ac] -- connect time accounting; If the file /var/log/utx.log exists, a record of individual login and logout times are written to it by [https://www.freebsd.org/cgi/man.cgi?query=login&sektion=1&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports login(1)] and [https://www.freebsd.org/cgi/man.cgi?query=init&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports init(8)], respectively.  The    ac utility examines these records and writes the accumulated connect time    (in hours) for all logins to the standard output.
  
 
|-
 
|-
|accton||The [https://www.freebsd.org/cgi/man.cgi?query=accton&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html accton] utility is used for switching system accounting on or off.
+
|/usr/sbin/accton||The [https://www.freebsd.org/cgi/man.cgi?query=accton&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html accton] utility is used for switching system accounting on or off.
 
|-
 
|-
|acpiconf||The [https://www.freebsd.org/cgi/man.cgi?query=acpiconf&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html acpiconf] utility allows the user control of the ACPI power management functions.
+
|/usr/sbin/acpiconf||The [https://www.freebsd.org/cgi/man.cgi?query=acpiconf&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html acpiconf] utility allows the user control of the ACPI power management functions.
 
|-
 
|-
|acpidb||The [https://www.freebsd.org/cgi/man.cgi?query=acpidb&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html acpidb] utility is a debugger for the ACPI DSDT.  It can parse and execute various AML methods and display the result.
+
|/usr/sbin/acpidb||The [https://www.freebsd.org/cgi/man.cgi?query=acpidb&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html acpidb] utility is a debugger for the ACPI DSDT.  It can parse and execute various AML methods and display the result.
 
|-
 
|-
|acpidump||The [https://www.freebsd.org/cgi/man.cgi?query=acpidump&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html acpidump] utility analyzes ACPI tables in physical memory and can dump    them to a file.
+
|/usr/sbin/acpidump||The [https://www.freebsd.org/cgi/man.cgi?query=acpidump&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html acpidump] utility analyzes ACPI tables in physical memory and can dump    them to a file.
 
|-
 
|-
|adduser||The [https://www.freebsd.org/cgi/man.cgi?query=adduser&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html adduser] utility is a shell script, implemented around the [https://www.freebsd.org/cgi/man.cgi?query=pw&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports pw(8)] command, for adding new users.  It creates passwd/group entries, a home directory, copies dotfiles and sends the new user a welcome message. It    supports two modes of operation.  It may be used interactively at the
+
|/usr/sbin/adduser||The [https://www.freebsd.org/cgi/man.cgi?query=adduser&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html adduser] utility is a shell script, implemented around the [https://www.freebsd.org/cgi/man.cgi?query=pw&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports pw(8)] command, for adding new users.  It creates passwd/group entries, a home directory, copies dotfiles and sends the new user a welcome message. It    supports two modes of operation.  It may be used interactively at the
 
command line to add one user at a time, or it may be directed to get the list of new users from a file and operate in batch mode without requiring  any user interaction.
 
command line to add one user at a time, or it may be directed to get the list of new users from a file and operate in batch mode without requiring  any user interaction.
 
|-
 
|-
|amd||[https://www.freebsd.org/cgi/man.cgi?query=amd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html amd] -- automatically mount file systems; ''This daemon is obsolete.  Users are advised to use [https://www.freebsd.org/cgi/man.cgi?query=autofs&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html autofs(5)] instead.''
+
|/usr/sbin/amd||[https://www.freebsd.org/cgi/man.cgi?query=amd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html amd] -- automatically mount file systems; ''This daemon is obsolete.  Users are advised to use [https://www.freebsd.org/cgi/man.cgi?query=autofs&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html autofs(5)] instead.''
 
|-
 
|-
|amq||[https://www.freebsd.org/cgi/man.cgi?query=amq&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html amq] -- automounter query tool; The amq utility provides a simple way of determining the current state of  the [https://www.freebsd.org/cgi/man.cgi?query=amd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html amd(8)] program.  Communication is by RPC.  Three modes of operation  are supported by the current protocol.  By default a list of mount points  and automounted file systems is output.  An alternative host can be    specified using the -h option.
+
|/usr/sbin/amq||[https://www.freebsd.org/cgi/man.cgi?query=amq&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html amq] -- automounter query tool; The amq utility provides a simple way of determining the current state of  the [https://www.freebsd.org/cgi/man.cgi?query=amd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html amd(8)] program.  Communication is by RPC.  Three modes of operation  are supported by the current protocol.  By default a list of mount points  and automounted file systems is output.  An alternative host can be    specified using the -h option.
 
|-
 
|-
|ancontrol||[https://www.freebsd.org/cgi/man.cgi?query=ancontrol&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ancontrol] -- configure Aironet 4500/4800 devices; The ancontrol utility controls the operation of Aironet wireless networking devices via the an(4) driver. Most of the parameters that can be    changed relate to the IEEE 802.11 protocol which the Aironet cards imple ment.  This includes such things as the station name, whether the station  is operating in ad-hoc (point to point) or infrastructure mode, and the    network name of a service set to join.  The ancontrol utility can also be    used to view the current NIC status, configuration and to dump out the    values of the card's statistics counters.
+
|/usr/sbin/ancontrol||[https://www.freebsd.org/cgi/man.cgi?query=ancontrol&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ancontrol] -- configure Aironet 4500/4800 devices; The ancontrol utility controls the operation of Aironet wireless networking devices via the an(4) driver. Most of the parameters that can be    changed relate to the IEEE 802.11 protocol which the Aironet cards imple ment.  This includes such things as the station name, whether the station  is operating in ad-hoc (point to point) or infrastructure mode, and the    network name of a service set to join.  The ancontrol utility can also be    used to view the current NIC status, configuration and to dump out the    values of the card's statistics counters.
 
|-
 
|-
|apm||[https://www.freebsd.org/cgi/man.cgi?query=apm&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html apm] -- control the APM BIOS and display its information; The apm utility controls the Intel / Microsoft APM (Advanced Power Man    agement) BIOS and displays the current status of APM on laptop PCs.
+
|/usr/sbin/apm||[https://www.freebsd.org/cgi/man.cgi?query=apm&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html apm] -- control the APM BIOS and display its information; The apm utility controls the Intel / Microsoft APM (Advanced Power Man    agement) BIOS and displays the current status of APM on laptop PCs.
 
|-
 
|-
|arp||The [https://www.freebsd.org/cgi/man.cgi?query=arp&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html arp] utility displays and modifies the Internet-to-Ethernet address      translation tables used by the address resolution protocol ([https://www.freebsd.org/cgi/man.cgi?query=arp&sektion=4&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports arp(4)]).    With no flags, the program displays the current ARP entry for hostname.    The host may be specified by name or by number, using Internet dot notation.
+
|/usr/sbin/arp||The [https://www.freebsd.org/cgi/man.cgi?query=arp&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html arp] utility displays and modifies the Internet-to-Ethernet address      translation tables used by the address resolution protocol ([https://www.freebsd.org/cgi/man.cgi?query=arp&sektion=4&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports arp(4)]).    With no flags, the program displays the current ARP entry for hostname.    The host may be specified by name or by number, using Internet dot notation.
 
|-
 
|-
|ath3kfw||[https://www.freebsd.org/cgi/man.cgi?query=ath3kfw&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ath3kfw] -- firmware download utility for Atheros AR3011/AR3012 chip based    Bluetooth USB devices; This utility will only work with Atheros AR3011 and AR3012 chip based Bluetooth USB devices.  The identification is currently based on USB vendor ID/product ID pair.
+
|/usr/sbin/ath3kfw||[https://www.freebsd.org/cgi/man.cgi?query=ath3kfw&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ath3kfw] -- firmware download utility for Atheros AR3011/AR3012 chip based    Bluetooth USB devices; This utility will only work with Atheros AR3011 and AR3012 chip based Bluetooth USB devices.  The identification is currently based on USB vendor ID/product ID pair.
  
 
|-
 
|-
|audit||The [https://www.freebsd.org/cgi/man.cgi?query=audit&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html audit] utility controls the state of the audit system.
+
|/usr/sbin/audit||The [https://www.freebsd.org/cgi/man.cgi?query=audit&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html audit] utility controls the state of the audit system.
 
|-
 
|-
|auditd||The auditd [https://www.freebsd.org/cgi/man.cgi?query=auditd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html daemon] responds to requests from the [https://www.freebsd.org/cgi/man.cgi?query=audit&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html audit(8)] utility and notifications from the kernel.  It manages the resulting audit log files    and specified log file locations.
+
|/usr/sbin/auditd||The auditd [https://www.freebsd.org/cgi/man.cgi?query=auditd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html daemon] responds to requests from the [https://www.freebsd.org/cgi/man.cgi?query=audit&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html audit(8)] utility and notifications from the kernel.  It manages the resulting audit log files    and specified log file locations.
 
|-
 
|-
|auditdistd||The [https://www.freebsd.org/cgi/man.cgi?query=auditdistd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html auditdistd] daemon is responsible for distributing audit trail files  over a TCP/IP network in a secure and reliable way.
+
|/usr/sbin/auditdistd||The [https://www.freebsd.org/cgi/man.cgi?query=auditdistd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html auditdistd] daemon is responsible for distributing audit trail files  over a TCP/IP network in a secure and reliable way.
  
 
|-
 
|-
|auditreduce||The [https://www.freebsd.org/cgi/man.cgi?query=auditreduce&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html auditreduce] utility selects records from the audit trail files based    on the specified criteria. Matching audit records are printed to the    standard output in their raw binary form.
+
|/usr/sbin/auditreduce||The [https://www.freebsd.org/cgi/man.cgi?query=auditreduce&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html auditreduce] utility selects records from the audit trail files based    on the specified criteria. Matching audit records are printed to the    standard output in their raw binary form.
 
|-
 
|-
|authpf||[https://www.freebsd.org/cgi/man.cgi?query=authpf&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html authpf] is a user shell for authenticating gateways.  It is used to change [https://www.freebsd.org/cgi/man.cgi?query=pf&sektion=4&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports  pf(4)] rules when a user authenticates and starts a session with [https://www.freebsd.org/cgi/man.cgi?query=sshd&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports sshd(8)]    and to undo these changes when the user's session exits.  
+
|/usr/sbin/authpf||[https://www.freebsd.org/cgi/man.cgi?query=authpf&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html authpf] is a user shell for authenticating gateways.  It is used to change [https://www.freebsd.org/cgi/man.cgi?query=pf&sektion=4&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports  pf(4)] rules when a user authenticates and starts a session with [https://www.freebsd.org/cgi/man.cgi?query=sshd&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports sshd(8)]    and to undo these changes when the user's session exits.  
 
|-
 
|-
|authpf-noip||[https://www.freebsd.org/cgi/man.cgi?query=authpf&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html authpf-noip] is a user shell which allows multiple connections to take    place from the same IP address.
+
|/usr/sbin/authpf-noip||[https://www.freebsd.org/cgi/man.cgi?query=authpf&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html authpf-noip] is a user shell which allows multiple connections to take    place from the same IP address.
 
|-
 
|-
|automount||When called without options, the [https://www.freebsd.org/cgi/man.cgi?query=automount&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html automount] command parses the      [https://www.freebsd.org/cgi/man.cgi?query=auto_master&sektion=5&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports auto_master(5)] configuration file and any direct maps that it references,    and mounts or unmounts [https://www.freebsd.org/cgi/man.cgi?query=autofs&sektion=5&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports autofs(5)] filesystems to match.  
+
|/usr/sbin/automount||When called without options, the [https://www.freebsd.org/cgi/man.cgi?query=automount&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html automount] command parses the      [https://www.freebsd.org/cgi/man.cgi?query=auto_master&sektion=5&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports auto_master(5)] configuration file and any direct maps that it references,    and mounts or unmounts [https://www.freebsd.org/cgi/man.cgi?query=autofs&sektion=5&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports autofs(5)] filesystems to match.  
 
|-
 
|-
|automountd||The [https://www.freebsd.org/cgi/man.cgi?query=automountd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html automountd] daemon is responsible for handling autofs(5) mount requests, parsing maps, and mounting filesystems they specify.  
+
|/usr/sbin/automountd||The [https://www.freebsd.org/cgi/man.cgi?query=automountd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html automountd] daemon is responsible for handling autofs(5) mount requests, parsing maps, and mounting filesystems they specify.  
 
|-
 
|-
|autounmountd||[https://www.freebsd.org/cgi/man.cgi?query=autounmountd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html autounmountd] -- daemon unmounting automounted filesystems
+
|/usr/sbin/autounmountd||[https://www.freebsd.org/cgi/man.cgi?query=autounmountd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html autounmountd] -- daemon unmounting automounted filesystems
 
|-
 
|-
|base-update||
+
|/usr/sbin/base-update||
 
|-
 
|-
|bcmfw||[https://www.freebsd.org/cgi/man.cgi?query=bcmfw&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bcmfw] -- firmware download utility for Broadcom BCM2033 chip based Bluetooth USB devices
+
|/usr/sbin/bcmfw||[https://www.freebsd.org/cgi/man.cgi?query=bcmfw&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bcmfw] -- firmware download utility for Broadcom BCM2033 chip based Bluetooth USB devices
 
|-
 
|-
|bhyve||[https://www.freebsd.org/cgi/man.cgi?query=bhyve&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bhyve] is a hypervisor that runs guest operating systems inside a virtual      machine.
+
|/usr/sbin/bhyve||[https://www.freebsd.org/cgi/man.cgi?query=bhyve&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bhyve] is a hypervisor that runs guest operating systems inside a virtual      machine.
  
 
|-
 
|-
|bhyvectl||[https://www.freebsd.org/cgi/man.cgi?query=bhyvectl&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bhyvectl] -- control utility for bhyve instances
+
|/usr/sbin/bhyvectl||[https://www.freebsd.org/cgi/man.cgi?query=bhyvectl&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bhyvectl] -- control utility for bhyve instances
 
|-
 
|-
|bhyveload||[https://www.freebsd.org/cgi/man.cgi?query=bhyveload&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bhyveload] -- load a FreeBSD guest inside a bhyve virtual machine
+
|/usr/sbin/bhyveload||[https://www.freebsd.org/cgi/man.cgi?query=bhyveload&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bhyveload] -- load a FreeBSD guest inside a bhyve virtual machine
 
|-
 
|-
|binmiscctl||The [https://www.freebsd.org/cgi/man.cgi?query=binmiscctl&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html binmiscctl] utility is the management utility for configuring miscellaneous binaries image activators in the kernel.  It allows adding,
+
|/usr/sbin/binmiscctl||The [https://www.freebsd.org/cgi/man.cgi?query=binmiscctl&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html binmiscctl] utility is the management utility for configuring miscellaneous binaries image activators in the kernel.  It allows adding,
 
deleting, disabling, enabling, and looking up interpreters.
 
deleting, disabling, enabling, and looking up interpreters.
 
|-
 
|-
|blacklistctl||[https://www.freebsd.org/cgi/man.cgi?query=blacklistctl&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html blacklistctl] -- display and change the state of [https://www.freebsd.org/cgi/man.cgi?query=blacklistd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html blacklistd]
+
|/usr/sbin/blacklistctl||[https://www.freebsd.org/cgi/man.cgi?query=blacklistctl&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html blacklistctl] -- display and change the state of [https://www.freebsd.org/cgi/man.cgi?query=blacklistd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html blacklistd]
 
|-
 
|-
|blacklistd||[https://www.freebsd.org/cgi/man.cgi?query=blacklistd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html blacklistd] is a daemon similar to [https://www.freebsd.org/cgi/man.cgi?query=syslogd&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports syslogd(8)] that listens to sockets at      paths specified in the sockpathsfile for notifications from other daemons    about successful or failed connection attempts.
+
|/usr/sbin/blacklistd||[https://www.freebsd.org/cgi/man.cgi?query=blacklistd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html blacklistd] is a daemon similar to [https://www.freebsd.org/cgi/man.cgi?query=syslogd&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports syslogd(8)] that listens to sockets at      paths specified in the sockpathsfile for notifications from other daemons    about successful or failed connection attempts.
 
|-
 
|-
|bluetooth-config||The [https://www.freebsd.org/cgi/man.cgi?query=bluetooth-config&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bluetooth-config] utility is an interactive script to provide a frontend to the complex bluetooth sub system daemons.
+
|/usr/sbin/bluetooth-config||The [https://www.freebsd.org/cgi/man.cgi?query=bluetooth-config&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bluetooth-config] utility is an interactive script to provide a frontend to the complex bluetooth sub system daemons.
 
|-
 
|-
|boot0cfg||The FreeBSD [https://www.freebsd.org/cgi/man.cgi?query=boot0cfg&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html `boot0'] boot manager permits the operator to select from    which disk and slice an i386 machine (PC) is booted.
+
|/usr/sbin/boot0cfg||The FreeBSD [https://www.freebsd.org/cgi/man.cgi?query=boot0cfg&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html `boot0'] boot manager permits the operator to select from    which disk and slice an i386 machine (PC) is booted.
 
|-
 
|-
|bootparamd|| The [https://www.freebsd.org/cgi/man.cgi?query=bootparamd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bootparamd] utility is a server process that provides information to    [https://www.freebsd.org/cgi/man.cgi?query=diskless&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports diskless(8)] clients necessary for booting. It consults the    '' /etc/bootparams'' file.
+
|/usr/sbin/bootparamd|| The [https://www.freebsd.org/cgi/man.cgi?query=bootparamd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bootparamd] utility is a server process that provides information to    [https://www.freebsd.org/cgi/man.cgi?query=diskless&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports diskless(8)] clients necessary for booting. It consults the    '' /etc/bootparams'' file.
 
|-
 
|-
|bootpef||The [https://www.freebsd.org/cgi/man.cgi?query=bootpef&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bootpef] utility builds the Extension Path files described by RFC 1497    (tag 18). If any client-name arguments are specified, then bootpef compiles the extension files for only those clients.
+
|/usr/sbin/bootpef||The [https://www.freebsd.org/cgi/man.cgi?query=bootpef&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bootpef] utility builds the Extension Path files described by RFC 1497    (tag 18). If any client-name arguments are specified, then bootpef compiles the extension files for only those clients.
  
 
|-
 
|-
|bootptest||The [https://www.freebsd.org/cgi/man.cgi?query=bootptest&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bootptest] utility sends BOOTP requests to the host specified as    server-name at one-second intervals until either a response is received,    or until ten requests have gone unanswered.  After a response is received, bootptest will wait one more second listening for additional responses.
+
|/usr/sbin/bootptest||The [https://www.freebsd.org/cgi/man.cgi?query=bootptest&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bootptest] utility sends BOOTP requests to the host specified as    server-name at one-second intervals until either a response is received,    or until ten requests have gone unanswered.  After a response is received, bootptest will wait one more second listening for additional responses.
 
|-
 
|-
|bsdconfig||[https://www.freebsd.org/cgi/man.cgi?query=bsdconfig&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bsdconfig] is used to set up many system configuration settings, both for new systems, as well as changing configuration settings of existing systems.
+
|/usr/sbin/bsdconfig||[https://www.freebsd.org/cgi/man.cgi?query=bsdconfig&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bsdconfig] is used to set up many system configuration settings, both for new systems, as well as changing configuration settings of existing systems.
 
|-
 
|-
|bsdinstall||[https://www.freebsd.org/cgi/man.cgi?query=bsdinstall&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bsdinstall] is used for installation of new systems, both for system setup  from installation media, e.g., CD-ROMs, and for use on live systems to  prepare VM images and jails.
+
|/usr/sbin/bsdinstall||[https://www.freebsd.org/cgi/man.cgi?query=bsdinstall&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bsdinstall] is used for installation of new systems, both for system setup  from installation media, e.g., CD-ROMs, and for use on live systems to  prepare VM images and jails.
  
 
|-
 
|-
|bsnmpd||The [https://www.freebsd.org/cgi/man.cgi?query=bsnmpd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bsnmpd] daemon serves the internet SNMP (Simple Network Management  Protocol). It is intended to serve only the absolute basic MIBs and implement all other MIBs through loadable modules.  In this way the bsnmpd can be used in unexpected ways.
+
|/usr/sbin/bsnmpd||The [https://www.freebsd.org/cgi/man.cgi?query=bsnmpd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bsnmpd] daemon serves the internet SNMP (Simple Network Management  Protocol). It is intended to serve only the absolute basic MIBs and implement all other MIBs through loadable modules.  In this way the bsnmpd can be used in unexpected ways.
  
 
|-
 
|-
|bt3cfw||The [https://www.freebsd.org/cgi/man.cgi?query=bt3cfw&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bt3cfw] utility connects to the specified Netgraph driver node of type      BTCCC and downloads the specified firmware file.
+
|/usr/sbin/bt3cfw||The [https://www.freebsd.org/cgi/man.cgi?query=bt3cfw&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bt3cfw] utility connects to the specified Netgraph driver node of type      BTCCC and downloads the specified firmware file.
  
 
|-
 
|-
|bthidcontrol||The [https://www.freebsd.org/cgi/man.cgi?query=bthidcontrol&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bthidcontrol] utility can be used to query remote Bluetooth HID devices, dump HID descriptors in human readable form and perform simple manipulations on the Bluetooth HID daemon configuration files.
+
|/usr/sbin/bthidcontrol||The [https://www.freebsd.org/cgi/man.cgi?query=bthidcontrol&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bthidcontrol] utility can be used to query remote Bluetooth HID devices, dump HID descriptors in human readable form and perform simple manipulations on the Bluetooth HID daemon configuration files.
 
|-
 
|-
|bthidd||The [https://www.freebsd.org/cgi/man.cgi?query=bthidd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bthidd] daemon handles remote Bluetooth HID devices.
+
|/usr/sbin/bthidd||The [https://www.freebsd.org/cgi/man.cgi?query=bthidd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html bthidd] daemon handles remote Bluetooth HID devices.
 
|-
 
|-
|btpand||The [https://www.freebsd.org/cgi/man.cgi?query=btpand&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html btpand] daemon handles Bluetooth Personal Area Networking services in the system.  It can operate in client mode as a Personal Area Networking  User (PANU) or in server mode as Network Access Point (NAP), Group ad-hoc    Network (GN) or PANU host. btpand connects to the system via a [https://www.freebsd.org/cgi/man.cgi?query=tap&sektion=4&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports tap(4)]    virtual Ethernet device and forwards Ethernet packets to remote Bluetooth    devices using the Bluetooth Network Encapsulation Protocol (BNEP).
+
|/usr/sbin/btpand||The [https://www.freebsd.org/cgi/man.cgi?query=btpand&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html btpand] daemon handles Bluetooth Personal Area Networking services in the system.  It can operate in client mode as a Personal Area Networking  User (PANU) or in server mode as Network Access Point (NAP), Group ad-hoc    Network (GN) or PANU host. btpand connects to the system via a [https://www.freebsd.org/cgi/man.cgi?query=tap&sektion=4&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports tap(4)]    virtual Ethernet device and forwards Ethernet packets to remote Bluetooth    devices using the Bluetooth Network Encapsulation Protocol (BNEP).
 
|-
 
|-
|btxld||The [https://www.freebsd.org/cgi/man.cgi?query=btxld&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html btxld] utility binds the specified client executable together with a    BTX loader program and the BTX kernel, and creates a composite object    file suitable for loading during the boot process.
+
|/usr/sbin/btxld||The [https://www.freebsd.org/cgi/man.cgi?query=btxld&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html btxld] utility binds the specified client executable together with a    BTX loader program and the BTX kernel, and creates a composite object    file suitable for loading during the boot process.
 
|-
 
|-
|callbootd||
+
|/usr/sbin/callbootd||
 
|-
 
|-
|camdd||The [https://www.freebsd.org/cgi/man.cgi?query=camdd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html camdd] utility is a sequential data transfer utility that offers standard [https://www.freebsd.org/cgi/man.cgi?query=read&sektion=2&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports read(2)] and [https://www.freebsd.org/cgi/man.cgi?query=write&sektion=2&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports write(2)] operation in addition to a mode that uses the    asynchronous [https://www.freebsd.org/cgi/man.cgi?query=write&sektion=2&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports pass(4)] API. The asynchronous [https://www.freebsd.org/cgi/man.cgi?query=write&sektion=2&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports pass(4)] API allows multiple    requests to be queued to a device simultaneously.
+
|/usr/sbin/camdd||The [https://www.freebsd.org/cgi/man.cgi?query=camdd&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html camdd] utility is a sequential data transfer utility that offers standard [https://www.freebsd.org/cgi/man.cgi?query=read&sektion=2&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports read(2)] and [https://www.freebsd.org/cgi/man.cgi?query=write&sektion=2&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports write(2)] operation in addition to a mode that uses the    asynchronous [https://www.freebsd.org/cgi/man.cgi?query=write&sektion=2&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports pass(4)] API. The asynchronous [https://www.freebsd.org/cgi/man.cgi?query=write&sektion=2&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports pass(4)] API allows multiple    requests to be queued to a device simultaneously.
 
|-
 
|-
|cdcontrol||The [https://www.freebsd.org/cgi/man.cgi?query=cdcontrol&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html cdcontrol] utility is a program to control audio features of a CD      drive.  The device is a name such as cd0.
+
|/usr/sbin/cdcontrol||The [https://www.freebsd.org/cgi/man.cgi?query=cdcontrol&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html cdcontrol] utility is a program to control audio features of a CD      drive.  The device is a name such as cd0.
 
|-
 
|-
|certctl||
+
|/usr/sbin/certctl||
 +
|-[https://www.freebsd.org/cgi/man.cgi?query=chkgrp&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html chkgrp] utility scans the given file or, failing that, the system-wide    group file for errors.  Specifically, it checks that every non-blank,    non-comment entry is composed of four colon-separated fields, that none    of them contains whitespace, and that the third field (the group ID) is    numeric.
 
|-
 
|-
|chkgrp||[https://www.freebsd.org/cgi/man.cgi?query=chkgrp&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html chkgrp] utility scans the given file or, failing that, the system-wide    group file for errors.  Specifically, it checks that every non-blank,    non-comment entry is composed of four colon-separated fields, that none    of them contains whitespace, and that the third field (the group ID) is    numeric.
+
|/usr/sbin/chkprintcap||The [https://www.freebsd.org/cgi/man.cgi?query=chkprintcap&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html chkprintcap] utility scans a printcap(5) database (named by the     printcap argument, or by default /etc/printcap), looking for entries    which are invalid in one way or another.
 
|-
 
|-
|chkprintcap||The [https://www.freebsd.org/cgi/man.cgi?query=chkprintcap&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html chkprintcap] utility scans a printcap(5) database (named by the     printcap argument, or by default /etc/printcap), looking for entries    which are invalid in one way or another.
+
|/usr/sbin/chown||The [https://www.freebsd.org/cgi/man.cgi?query=chown&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html chown] utility changes the user ID and/or the group ID of the speci  fied files.  Symbolic links named by arguments are silently left unchanged unless -h is used.
 
|-
 
|-
|chown||The [https://www.freebsd.org/cgi/man.cgi?query=chown&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html chown] utility changes the user ID and/or the group ID of the speci  fied files.  Symbolic links named by arguments are silently left unchanged unless -h is used.
+
|/usr/sbin/chroot||The [https://www.freebsd.org/cgi/man.cgi?query=chroot&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html chroot] utility changes its current and root directories to the supplied directory newroot and then exec's command, if supplied, or an interactive copy of the user's login shell.
|-
+
|chroot||The [https://www.freebsd.org/cgi/man.cgi?query=chroot&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html chroot] utility changes its current and root directories to the supplied directory newroot and then exec's command, if supplied, or an interactive copy of the user's login shell.
+
  
 
|-
 
|-
|ckdist||The [https://www.freebsd.org/cgi/man.cgi?query=ckdist&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ckdist] utility reads "checksum" files (which are assumed to specify    components of a software distribution) and verifies the integrity of the    distribution by validating the checksum of each component file.  Both MD5    (128-bit "message digest") and .inf (32-bit CRC) checksum formats are    supported.
+
|/usr/sbin/ckdist||The [https://www.freebsd.org/cgi/man.cgi?query=ckdist&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ckdist] utility reads "checksum" files (which are assumed to specify    components of a software distribution) and verifies the integrity of the    distribution by validating the checksum of each component file.  Both MD5    (128-bit "message digest") and .inf (32-bit CRC) checksum formats are    supported.
 
|-
 
|-
|clear_locks||The [https://www.freebsd.org/cgi/man.cgi?query=clear_locks&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html clear_locks] command can be used to clear file locks held by an NFS      client.  This should only be used to handle problems caused by an NFS  client crashing while holding locks and failing to clear them itself when    it reboots.
+
|/usr/sbin/clear_locks||The [https://www.freebsd.org/cgi/man.cgi?query=clear_locks&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html clear_locks] command can be used to clear file locks held by an NFS      client.  This should only be used to handle problems caused by an NFS  client crashing while holding locks and failing to clear them itself when    it reboots.
 
|-
 
|-
|config||The [https://www.freebsd.org/cgi/man.cgi?query=config&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html config] utility builds a set of system configuration files from the      file SYSTEM_NAME which describes the system to configure.
+
|/usr/sbin/config||The [https://www.freebsd.org/cgi/man.cgi?query=config&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html config] utility builds a set of system configuration files from the      file SYSTEM_NAME which describes the system to configure.
 
|-
 
|-
|cpucontrol||The [https://www.freebsd.org/cgi/man.cgi?query=cpucontrol&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html cpucontrol] utility can be used to read and write arbitrary machine-specific CPU registers via the [https://www.freebsd.org/cgi/man.cgi?query=cpuctl&sektion=4&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports cpuctl(4)] special device.  It can also be    used to apply CPU firmware updates.
+
|/usr/sbin/cpucontrol||The [https://www.freebsd.org/cgi/man.cgi?query=cpucontrol&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html cpucontrol] utility can be used to read and write arbitrary machine-specific CPU registers via the [https://www.freebsd.org/cgi/man.cgi?query=cpuctl&sektion=4&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports cpuctl(4)] special device.  It can also be    used to apply CPU firmware updates.
  
 
|-
 
|-
|crashinfo||The [https://www.freebsd.org/cgi/man.cgi?query=crashinfo&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html crashinfo] utility analyzes a core dump saved by [https://www.freebsd.org/cgi/man.cgi?query=savecore&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports savecore(8)].  It generates a text file containing the analysis in the same directory as the  core dump. For a given core dump file named vmcore.XX the generated text    file will be named core.txt.XX.
+
|/usr/sbin/crashinfo||The [https://www.freebsd.org/cgi/man.cgi?query=crashinfo&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html crashinfo] utility analyzes a core dump saved by [https://www.freebsd.org/cgi/man.cgi?query=savecore&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports savecore(8)].  It generates a text file containing the analysis in the same directory as the  core dump. For a given core dump file named vmcore.XX the generated text    file will be named core.txt.XX.
 
|-
 
|-
|cron||The [https://www.freebsd.org/cgi/man.cgi?query=cron&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html cron] utility should be started from ''/etc/rc'' or ''/etc/rc.local''. It      will return immediately, so you do not need to start it with '&'.
+
|/usr/sbin/cron||The [https://www.freebsd.org/cgi/man.cgi?query=cron&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html cron] utility should be started from ''/etc/rc'' or ''/etc/rc.local''. It      will return immediately, so you do not need to start it with '&'.
 
|-
 
|-
|ctladm||The [https://www.freebsd.org/cgi/man.cgi?query=ctladm&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ctladm ]utility is designed to provide a way to access and control the  CAM Target Layer (CTL).  It provides a way to send SCSI commands to the    CTL layer, and also provides some meta-commands that utilize SCSI commands.  
+
|/usr/sbin/ctladm||The [https://www.freebsd.org/cgi/man.cgi?query=ctladm&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ctladm ]utility is designed to provide a way to access and control the  CAM Target Layer (CTL).  It provides a way to send SCSI commands to the    CTL layer, and also provides some meta-commands that utilize SCSI commands.  
 
|-
 
|-
|ctld||The [https://www.freebsd.org/cgi/man.cgi?query=ctld&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ctld] daemon is responsible for managing the CAM Target Layer configuration, accepting incoming iSCSI connections, performing authentication    and passing connections to the kernel part of the native iSCSI target.
+
|/usr/sbin/ctld||The [https://www.freebsd.org/cgi/man.cgi?query=ctld&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ctld] daemon is responsible for managing the CAM Target Layer configuration, accepting incoming iSCSI connections, performing authentication    and passing connections to the kernel part of the native iSCSI target.
 
|-
 
|-
|ctm||The [https://www.freebsd.org/cgi/man.cgi?query=ctm&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ctm] utility was originally "Cvs Through eMail", but now instead it seems more fitting to call it "Current Through eMail".
+
|/usr/sbin/ctm||The [https://www.freebsd.org/cgi/man.cgi?query=ctm&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ctm] utility was originally "Cvs Through eMail", but now instead it seems more fitting to call it "Current Through eMail".
  
 
The ctm utility is now meant to be the definitive way to make and apply a    delta between two versions of a directory tree.
 
The ctm utility is now meant to be the definitive way to make and apply a    delta between two versions of a directory tree.
  
 
|-
 
|-
|ctm_dequeue||In conjunction with the ctm(1) command, ctm_smail, [https://www.freebsd.org/cgi/man.cgi?query=ctm_dequeue&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ctm_dequeue] and [https://www.freebsd.org/cgi/man.cgi?query=ctm_dequeue&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ctm_rmail] are used to distribute changes to a source tree via email.  The [https://www.freebsd.org/cgi/man.cgi?query=ctm_dequeue&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html  ctm_smail] utility is given a compressed ctm delta, and a mailing list to    send it to.  It splits the delta into manageable pieces, encodes them as    mail messages and sends them to the mailing list (optionally queued to    spread the mail load).
+
|/usr/sbin/ctm_dequeue||In conjunction with the ctm(1) command, ctm_smail, [https://www.freebsd.org/cgi/man.cgi?query=ctm_dequeue&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ctm_dequeue] and [https://www.freebsd.org/cgi/man.cgi?query=ctm_dequeue&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ctm_rmail] are used to distribute changes to a source tree via email.  The [https://www.freebsd.org/cgi/man.cgi?query=ctm_dequeue&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html  ctm_smail] utility is given a compressed ctm delta, and a mailing list to    send it to.  It splits the delta into manageable pieces, encodes them as    mail messages and sends them to the mailing list (optionally queued to    spread the mail load).
 
|-
 
|-
|ctm_rmail||In conjunction with the ctm(1) command, ctm_smail, [https://www.freebsd.org/cgi/man.cgi?query=ctm_dequeue&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ctm_dequeue] and [https://www.freebsd.org/cgi/man.cgi?query=ctm_dequeue&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html  ctm_rmail] are used to distribute changes to a source tree via email.  The [https://www.freebsd.org/cgi/man.cgi?query=ctm_dequeue&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html  ctm_smail] utility is given a compressed ctm delta, and a mailing list to    send it to.  It splits the delta into manageable pieces, encodes them as    mail messages and sends them to the mailing list (optionally queued to    spread the mail load).
+
|/usr/sbin/ctm_rmail||In conjunction with the ctm(1) command, ctm_smail, [https://www.freebsd.org/cgi/man.cgi?query=ctm_dequeue&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ctm_dequeue] and [https://www.freebsd.org/cgi/man.cgi?query=ctm_dequeue&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html  ctm_rmail] are used to distribute changes to a source tree via email.  The [https://www.freebsd.org/cgi/man.cgi?query=ctm_dequeue&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html  ctm_smail] utility is given a compressed ctm delta, and a mailing list to    send it to.  It splits the delta into manageable pieces, encodes them as    mail messages and sends them to the mailing list (optionally queued to    spread the mail load).
 
|-
 
|-
|ctm_smail||In conjunction with the ctm(1) command, ctm_smail, [https://www.freebsd.org/cgi/man.cgi?query=ctm_dequeue&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ctm_dequeue] and [https://www.freebsd.org/cgi/man.cgi?query=ctm_dequeue&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html  ctm_rmail] are used to distribute changes to a source tree via email.  The [https://www.freebsd.org/cgi/man.cgi?query=ctm_dequeue&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html  ctm_smail] utility is given a compressed ctm delta, and a mailing list to    send it to.  It splits the delta into manageable pieces, encodes them as    mail messages and sends them to the mailing list (optionally queued to    spread the mail load).
+
|/usr/sbin/ctm_smail||In conjunction with the ctm(1) command, ctm_smail, [https://www.freebsd.org/cgi/man.cgi?query=ctm_dequeue&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html ctm_dequeue] and [https://www.freebsd.org/cgi/man.cgi?query=ctm_dequeue&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html  ctm_rmail] are used to distribute changes to a source tree via email.  The [https://www.freebsd.org/cgi/man.cgi?query=ctm_dequeue&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html  ctm_smail] utility is given a compressed ctm delta, and a mailing list to    send it to.  It splits the delta into manageable pieces, encodes them as    mail messages and sends them to the mailing list (optionally queued to    spread the mail load).
 
|-
 
|-
|cxgbetool||[https://www.freebsd.org/cgi/man.cgi?query=cxgbetool&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html cxgbetool] provides command-line access to features and debug facilities      exported by [https://www.freebsd.org/cgi/man.cgi?query=cxgbe&sektion=4&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports cxgbe(4)] via private ioctls.  The target nexus device,    t4nex%d , is always the first argument.
+
|/usr/sbin/cxgbetool||[https://www.freebsd.org/cgi/man.cgi?query=cxgbetool&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html cxgbetool] provides command-line access to features and debug facilities      exported by [https://www.freebsd.org/cgi/man.cgi?query=cxgbe&sektion=4&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports cxgbe(4)] via private ioctls.  The target nexus device,    t4nex%d , is always the first argument.
 
|-
 
|-
|daemon||The [https://www.freebsd.org/cgi/man.cgi?query=daemon&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html daemon] utility detaches itself from the controlling terminal and executes the program specified by its arguments.  Privileges may be lowered    to the specified user.  The output of the daemonized process may be redirected to syslog and to a log file.
+
|/usr/sbin/daemon||The [https://www.freebsd.org/cgi/man.cgi?query=daemon&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html daemon] utility detaches itself from the controlling terminal and executes the program specified by its arguments.  Privileges may be lowered    to the specified user.  The output of the daemonized process may be redirected to syslog and to a log file.
 
|-
 
|-
|dconschat||The [https://www.freebsd.org/cgi/man.cgi?query=dconschat&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html dconschat] utility is designed to provide a way for users to access [https://www.freebsd.org/cgi/man.cgi?query=dcons&sektion=4&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports  dcons(4)] (dumb console device) on a local or remote system.
+
|/usr/sbin/dconschat||The [https://www.freebsd.org/cgi/man.cgi?query=dconschat&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html dconschat] utility is designed to provide a way for users to access [https://www.freebsd.org/cgi/man.cgi?query=dcons&sektion=4&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports  dcons(4)] (dumb console device) on a local or remote system.
 
|-
 
|-
 
|devctl||The [https://www.freebsd.org/cgi/man.cgi?query=devctl&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html devctl] utility adjusts the state of individual devices in the kernel's internal device hierarchy.  Each invocation of devctl consists of a    single command followed by command-specific arguments.  Each command operates on a single device specified via the device argument.
 
|devctl||The [https://www.freebsd.org/cgi/man.cgi?query=devctl&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html devctl] utility adjusts the state of individual devices in the kernel's internal device hierarchy.  Each invocation of devctl consists of a    single command followed by command-specific arguments.  Each command operates on a single device specified via the device argument.

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)