linux 複製的相關文章
linux 複製的相關商品

linux 基本工具介紹 - 大高雄Linux使用者協會
瀏覽:1446
日期:2025-06-04
細節請 man touch ===== rm 刪除檔案或目錄 ===== $ rm file $ rm -rf dir ===== cp 拷貝檔案 ===== $ cp source_file target_file $ cp source_file target_dir ===== mv 搬移檔案 ===== $ mv source ===== cat 列出檔案內容 ===== $ cat /etc ......看更多