Linux基礎學習-管理輸入輸出

1.管理輸入輸出 在linux系統中,正確輸出的編號爲1,錯誤輸出編號爲2 在系統中用普通用戶執行 "student" find /etc -name passwd  find /etc -name passwd > file  ##重定向正確輸出 find /etc -name passwd 2> file  ##重定向錯誤輸出 find /etc -name passwd &> file  #
相關文章
相關標籤/搜索