gpgの使い方について教えてください。
gpgの使い方について教えてください。 http://www013.upp.so-net.ne.jp/ikeda/linux/gnupg.html gpgと単独でうつと、 [root@localhost ~]# gpg gpg: 開始します。メッセージを打ってください ... となって、適当に文字をうっても反応がないのですが、 オプションをつけずにgpgを実行した場合は何をしてくれるんでしょうか?
ありがとうございます。キーを作成してみました。 # gpg --list-keys /root/.gnupg/pubring.gpg ------------------------ pub 1024D/3E7F1699 2011-01-29 [満了: 2014-01-28] uid hogehoge (come) <hogehoge@gmail.com> sub 2048g/E4740E8D 2011-01-29 [満了: 2014-01-28] pub 1024D/3E7F1699 sub 2048g/E4740E8D とかって何を表しているんでしょうか?
Linux系・673閲覧
ベストアンサー
Manpage of GPG に記述があります。 gpg may be run with no commands, in which case it will perform a reasonable action depending on the type of file it is given as input (an encrypted message is decrypted, a signature is verified, a file containing keys is listed). Manpage of GPG http://hp.vector.co.jp/authors/VA019487/man/gpg.html
質問者からのお礼コメント
ありがとうございました。
お礼日時:2011/2/1 23:05