SUNWcsu
The kinit command is used to login to the Kerberos authentication and authorization system. Note that only registered Kerberos users can use the Kerberos system. For information about registering as a Kerberos user, see the kerberos(1) manual page.
When you use kinit without options, the utility prompts for your username and Kerberos password, and tries to authenticate your login with the local Kerberos server. The username can be specified on the command line if desired.
If Kerberos authenticates the login attempt, kinit retrieves your initial ticket (i.e., ticket-granting ticket) and puts it in the ticket file specified by your KRBTKFILE environment variable. If this variable is undefined, your ticket will be stored in the file /tmp/tktuid, where uid specifies your user identification number. Tickets expire after a specified lifetime, after which kinit must be run again to refresh the tickets. The default ticket lifetime is 8 hours.
The kdestroy(1) command may be used to destroy any active tickets before you end your login session.
The -r option has not been fully implemented.