|
kldload(8) -- load a file into the kernel
|
The kldload utility loads file.ko into the kernel using the kernel linker. Note that if multiple modules are specified then an attempt will be made to load them all, even if some fail. The following o... |
kldstat(8) -- display status of dynamic kernel linker
|
The kldstat utility displays the status of any files dynamically linked into the kernel. The following options are available: -v Be more verbose. -i id Display the status of only the file with this ID... |
|
kldunload(8) -- unload a file from the kernel
|
The kldunload utility unloads a file which was previously loaded with kldload(8). The following options are available: -v Be more verbose. -i id Unload the file with this ID. -n name Unload the file w... |
kldxref(8) -- generate hints for the kernel loader
|
The kldxref utility is used to generate hint files which list modules, their version numbers, and the files that contain them. These hints are used by the kernel loader to determine where to find a pa... |
kpasswdd(8) -- Kerberos 5 password changing server
|
kpasswdd serves request for password changes. It listens on UDP port 464 (service kpasswd) and processes requests when they arrive. It changes the database directly and should thus only run on the mas... |
kstash(8) -- store the KDC master password in a file
|
kstash reads the Kerberos master key and stores it in a file that will be used by the KDC. Supported options: -e string, --enctype=string the encryption type to use, defaults to DES3-CBC-SHA1 -k file,... |
ktrdump(8) -- print kernel ktr trace buffer
|
The ktrdump utility is used to dump the contents of the kernel ktr trace buffer. The following options are available: -c Print the CPU number that each entry was logged from. -f Print the file and lin... |
ktutil(8) -- manage Kerberos keytabs
|
ktutil is a program for managing keytabs. Supported options: -v, --verbose Verbose output. command can be one of the following: add [-p principal] [--principal=principal] [-V kvno] [--kvno=kvno] [-e e... |
l2control(8) -- L2CAP configuration utility
|
The l2control utility connects to the local device with the specified BD_ADDR and attempts to send the specified command. The l2control utility will print results to the standard output and error mess... |
l2ping(8) -- send L2CAP ECHO_REQUEST to remote devices
|
The l2ping utility uses L2CAP ECHO_REQUEST datagram to elicit an L2CAP ECHO_RESPONSE from a remote device. The options are as follows: -a BD_ADDR Address of remote device to ping. Example: -a 00:01:02... |
lastlogin(8) -- indicate last login time of users
|
The lastlogin utility will list the last login session of each specified user, or for all users by default. Each line of output contains the user name, the tty from which the session was conducted, an... |
ldconfig(8) -- configure the shared library cache
|
The ldconfig utility is used to prepare a set of ``hints'' for use by the dynamic linker to facilitate quick lookup of shared libraries available in multiple directories. It scans a set of built-in ... |
loader(8) -- kernel bootstrapping final stage
|
The program called loader is the final stage of FreeBSD's kernel bootstrapping process. On IA32 (i386) architectures, it is a BTX client. It is linked statically to libstand(3) and usually located in... |
loader.4th(8) -- loader.conf processing tools
|
The file that goes by the name of loader.4th is a set of commands designed to manipulate loader.conf(5) files. The default /boot/loader.rc includes loader.4th and uses one of its commands to automatic... |
locate.updatedb(8) -- update locate database
|
The locate.updatedb utility updates the database used by locate(1). It is typically run once a week by the /etc/periodic/weekly/310.locate script. The contents of the newly built database can be contr... |