iT邦幫忙

0

[Liunx]grub-md5-crypt

About
#(echo linux;echo linux)|grub-md5-crypt
Excuse me, how to correct the appeared warning message?

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

6
wiseguy
iT邦超人 1 級 ‧ 2012-11-22 21:11:58

Use this :

<pre class="c" name="code">(echo linux;echo linux)|grub-md5-crypt 2>/dev/null
lestat14 iT邦新手 5 級 ‧ 2012-11-22 23:25:59 檢舉

Thanks so much, excellent!
But I am still eager to know why the original error message happened.
How to make it be solved instead of just filter it.

wiseguy iT邦超人 1 級 ‧ 2012-11-23 19:53:51 檢舉

The grub-md5-crypt wants you input password by keying, not pipe from STDIN. Hence warning you when you do that.

我要發表回答

立即登入回答