linux初學之vim指令

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