jdk/src/linux/doc/man/ja/klist.1
changeset 5872 2d19a38092ab
parent 5871 42130df1ac5b
parent 5870 0712ccd6ec14
child 5874 c8c8acadfca3
equal deleted inserted replaced
5871:42130df1ac5b 5872:2d19a38092ab
     1 '\" t
       
     2 .\"
       
     3 .\" Copyright 2002-2004 Sun Microsystems, Inc.  All Rights Reserved.
       
     4 .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       
     5 .\"
       
     6 .\" This code is free software; you can redistribute it and/or modify it
       
     7 .\" under the terms of the GNU General Public License version 2 only, as
       
     8 .\" published by the Free Software Foundation.
       
     9 .\"
       
    10 .\" This code is distributed in the hope that it will be useful, but WITHOUT
       
    11 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
       
    12 .\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
       
    13 .\" version 2 for more details (a copy is included in the LICENSE file that
       
    14 .\" accompanied this code).
       
    15 .\"
       
    16 .\" You should have received a copy of the GNU General Public License version
       
    17 .\" 2 along with this work; if not, write to the Free Software Foundation,
       
    18 .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
       
    19 .\"
       
    20 .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
       
    21 .\" or visit www.oracle.com if you need additional information or have any
       
    22 .\" questions.
       
    23 .\"
       
    24 .\" 
       
    25 .TH klist 1 "2004 年 6 月 22 日"
       
    26 .SH "名前"
       
    27 klist \- Kerberos クレデンシャルキャッシュとキータブ内のエントリを表示します。
       
    28 .LP
       
    29 .BR klist 
       
    30 を使用すると、ユーザはローカルにあるクレデンシャルキャッシュと
       
    31 キーテーブル内のエントリを表示できます。
       
    32 .SH "形式"
       
    33 .B klist
       
    34 [
       
    35 .IR commands " ]" 
       
    36 .SH "機能説明"
       
    37 .BR klist
       
    38 はローカルにあるクレデンシャルキャッシュとキーテーブル内のエントリを表示します。
       
    39 ユーザが
       
    40 .BR kinit 
       
    41 を使用してクレデンシャルキャッシュを変更したり、
       
    42 .BR ktab
       
    43 を使用してキータブを変更した後、変更を確認する唯一の方法は、
       
    44 .BR klist
       
    45 を使用してクレデンシャルキャッシュまたはキータブの内容を表示することです。
       
    46 .BR klist
       
    47 は Kerberos データベースを変更しません。
       
    48 
       
    49 .SH "コマンド"
       
    50 .B klist 
       
    51 [
       
    52 \-c [\-fe]]
       
    53 [
       
    54 \-k [\-tK]]
       
    55 [
       
    56 <name>]
       
    57 [
       
    58 \-help ]
       
    59 .TP
       
    60 .BI \-c
       
    61 表示したいクレデンシャルキャッシュのエントリを指定します。
       
    62 .TP
       
    63 .BI \-k
       
    64 表示したいキータブのエントリを指定します。
       
    65 .TP
       
    66 .BI <cache_name>
       
    67 クレデンシャルキャッシュ名またはキータブ名を指定します。名前を指定しない場合、
       
    68 クレデンシャルキャッシュ名またはキータブのデフォルト値が使用されます。
       
    69 キャッシュとキータブのデフォルト値については、
       
    70 .BR kinit
       
    71 のマニュアルページを参照してください。
       
    72 .LP
       
    73 \-c オプションを指定した場合、クレデンシャルキャッシュ用のオプションは次のとおりです。
       
    74 .TP
       
    75 .BI \-f
       
    76 クレデンシャルフラグを表示します。
       
    77 .TP
       
    78 .BI \-e
       
    79 暗号化タイプを表示します。
       
    80 .LP
       
    81 \-k オプションを指定した場合、キータブ用のオプションは次のとおりです。
       
    82 .TP
       
    83 .BI \-t
       
    84 キータブエントリのタイムスタンプを表示します。
       
    85 .TP
       
    86 .BI \-K
       
    87 キータブエントリの DES キーを表示します。
       
    88 .LP
       
    89 .TP
       
    90 .BI \-help
       
    91 ヘルプを表示します。
       
    92 .SH "使用例"
       
    93 指定したキーテーブルのエントリと、そのタイムスタンプと DES キー
       
    94 を表示します。
       
    95 .LP
       
    96 .ft 3
       
    97 .nf
       
    98 klist \-k \-t \-K FILE:/temp/mykrb5cc
       
    99 .fi
       
   100 .ft 1
       
   101 .LP
       
   102 指定したクレデンシャルキャッシュのエントリと、そのクレデンシャルフラグとアドレスリストを
       
   103 表示します。
       
   104 .LP
       
   105 .ft 3
       
   106 .nf
       
   107 klist \-c \-f FILE:/temp/mykrb5cc
       
   108 .fi
       
   109 .ft 1
       
   110 .LP