203. Linux 的指令模式下,如果想要儲存 ifconfig 的執行結果至文字檔(file.txt),以供未來參考,同時想要覆蓋掉已存在的檔案資料,該如何下指令?
(A)ifconfig >> file.txt
(B)ifconfig < file.txt
(C)ifconfig | file.txt
(D)ifconfig > file.txt 。

答案:登入後查看
統計: A(3), B(0), C(0), D(3), E(0) #3712006