|
killall(1) -- kill processes by name
|
The killall utility kills processes selected by name, as opposed to the selection by pid as done by kill(1). By default, it will send a TERM signal to all processes with a real UID identical to the ca... |
kinit(1) -- acquire initial tickets
|
kinit is used to authenticate to the Kerberos server as principal, or if none is given, a system generated default (typically your login name at the default realm), and acquire a ticket granting ticke... |
|
klist(1) -- list Kerberos credentials
|
klist reads and displays the current tickets in the crential cache (also known as the ticket file). Options supported: -c cache, --cache=cache credentials cache to list -s, -t, --test Test for there b... |
kpasswd(1) -- Kerberos 5 password changing program
|
kpasswd is the client for changing passwords. |
krb5-config(1) -- give information on how to link code against Heimdal libraries
|
krb5-config tells the application programmer what special flags to use to compile and link programs against the libraries installed by Heimdal. Options supported: --prefix[=dir] Print the prefix if no... |
ktrace(1) -- enable kernel process tracing
|
The ktrace utility enables kernel trace logging for the specified processes. Kernel trace data is logged to the file ktrace.out. The kernel operations that are traced include system calls, namei trans... |
lam(1) -- laminate files
|
The lam utility copies the named files side by side onto the standard output. The n-th input lines from the input files are considered fragments of the single long n-th output line into which they are... |
last(1) -- indicate last logins of users and ttys
|
The last utility will either list the sessions of specified users, ttys, and hosts, in reverse time order, or list the users logged in at a specified date and time. Each line of output contains the us... |
lastcomm(1) -- show last commands executed in reverse order
|
The lastcomm utility gives information on previously executed commands. With no arguments, lastcomm prints information about all the commands recorded during the current accounting file's lifetime. T... |
ld(1) -- Using LD, the GNU linker
|
ld combines a number of object and archive files, relocates their data and ties up symbol references. Usually the last step in compiling a program is to run ld. ld accepts Linker Command Language file... |
ld-elf.so.1(1) -- run-time link-editor
|
The ld-elf.so.1 utility is a self-contained shared object providing runtime support for loading and link-editing shared objects into a process' address space. It is also commonly known as the dynamic... |
ld.so(1) -- run-time link-editor
|
The ld-elf.so.1 utility is a self-contained shared object providing runtime support for loading and link-editing shared objects into a process' address space. It is also commonly known as the dynamic... |
ldd(1) -- list dynamic object dependencies
|
The ldd utility displays all shared objects that are needed to run the given program or to load the given shared object. Contrary to nm(1), the list includes ``indirect'' dependencies that are the r... |
leave(1) -- remind you when you have to leave
|
The leave utility waits until the specified time, then reminds you that you have to leave. You are reminded 5 minutes and 1 minute before the actual time, at the time, and every minute thereafter. Whe... |
less(1) -- opposite of more
|
Less is a program similar to more (1), but which allows backward movement in the file as well as forward movement. Also, less does not have to read the entire input file before starting, so with large... |