Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は実行しました
openssl rsa -check -in foo.key
そして受け取った
RSA キー エラー: dmq1 が d と一致しません
それにもかかわらず、
シェル > エコー $? 0
シェル > エコー $?
0
エラーが発生しているにもかかわらず、リターン コード 0 を受け取る必要があるのはなぜですか?