Fedora 9 的 CPIO man 是錯的??? - Linux

Table of Contents

※ 引述《[email protected] (小州)》之銘言:
: ※ 引述《[email protected] (Midas Laoh)》之銘言:
: > 只有我的是這樣嗎?
: > Fedora 9 預設安裝好的 cpio man 是錯的..
: > 參數有錯.. 我後來安裝的 debian centos 等等就是對的
: > 請問各位先進..這東西(cpio man)要怎樣更新呀?
: 哪邊錯你也沒說?

只 po 出我遇到的
其他沒遇到的沒閒去找

少了 --no-absolute-filenames 的參數說明
但是 fedora 9 預設的 cpio 是接受這個參數的, 而且預設也不是開啟
預設是 --absolute-filenames, 也就是解回到原目錄

另外, -c 也是錯的
並不等同 -H newc
‘-c’ Identical to -H newc, use the new (SVR4) portable format. If you
wish the old portable (ASCII) archive format, use -H odc instead.

後來就懶得看這篇 man 了, 正確的直接看這裡了..

http://www.gnu.org/software/cpio/manual/cpio.html

--

All Comments