|
getty(8) -- set terminal mode
|
The getty utility is called by init(8) to open and initialize the tty line, read a login name, and invoke login(1). The argument tty is the special device file in /dev to open for the terminal (for ex... |
growfs(8) -- grow size of an existing ufs file system
|
The growfs utility extends the newfs(8) program. Before starting growfs the disk must be labeled to a bigger size using disklabel(8). If you wish to grow a file system beyond the boundary of the slice... |
|
gstat(8) -- print statistics about GEOM disks
|
The gstat utility can be used to monitor I/O transactions of geom(4) devices. The options are as follows: -c Enable display of geom(4) consumers too. The default is to show statistics only for geom(4)... |
halt(8) -- stopping and restarting the system
|
The halt and reboot utilities flush the file system cache to disk, send all running processes a SIGTERM (and subsequently a SIGKILL) and, respectively, halt or restart the system. The action is logged... |
hccontrol(8) -- HCI configuration utility
|
The hccontrol utility connects to the specified Netgraph node of type HCI and attempts to send specified command to the HCI Netgraph node or to the associated Bluetooth device. The hccontrol utility w... |
hcsecd(8) -- control link keys and PIN codes for Bluetooth devices
|
The hcsecd daemon controls link keys and PIN codes for Bluetooth devices. It opens raw HCI socket and listens for the Link_Key_Request, PIN_Code_Request and Link_Key_Notification HCI events. Once Link... |
hcseriald(8) -- supervise serial Bluetooth devices
|
The hcseriald utility handles serial Bluetooth devices. It does one simple thing: it opens the specified serial device, sets the device parameters, and pushes the H4 line discipline. The options are a... |
hlfsd(8) -- home-link file system daemon
|
hlfsd is a daemon which implements a file system containing a symbolic link to subdirectory within a user's home directory, depending on the user which accessed that link. It was primarily designed t... |
hpropd(8) -- receive a propagated database
|
hpropd receives a database sent by hprop. and writes it as a local database. By default, hpropd expects to be started from inetd if stdin is a socket and expects to receive the dumped database over st... |
iasl(8) -- Intel ACPI compiler/decompiler
|
The iasl utility is a compiler/decompiler for ACPI Source Language (ASL) and ACPI Machine Language (AML). Major features of iasl include: +o Full support for the ACPI 2.0b Specification including ASL ... |
ifconfig(8) -- configure network interface parameters
|
The ifconfig utility is used to assign an address to a network interface and/or configure network interface parameters. The ifconfig utility must be used at boot time to define the network address of ... |
ifmcstat(8) -- dump multicast group management statistics per interface
|
The ifmcstat utility dumps multicast group information from the kernel. It is similar but not identical to the output from netstat -ina. There are no command line options. Only root can use ifmcstat. |
ilmid(8) -- simple ILMI ATM address registration daemon
|
The ilmid utility is a HARP ATM daemon that performs the ILMI ATM address registration procedures with an ATM network switch. It is normally invoked at boot time from the ATM startup script. For each ... |
inetd(8) -- internet ``super-server''
|
The inetd utility should be run at boot time by /etc/rc (see rc(8)). It then listens for connections on certain internet sockets. When a connection is found on one of its sockets, it decides what serv... |
init(8) -- process control initialization
|
The init utility is the last stage of the boot process. It normally runs the automatic reboot sequence as described in rc(8), and if this succeeds, begins multi-user operation. If the reboot scripts f... |