Linux

  • 工具:
    • cygwin
    • Gow

記性不太好,紀錄一下。

http://www.computerhope.com/unix/urm.htm

  • 刪除資料夾底下的所有檔案(包含本身資料夾):
    rm -rf [folder_name]
    
  • 執行背景指令: (指令加上 &)
    start server &
    
  • 搜尋 file 參數中的文件

    fgrep -rn "xxx" ./*
    
  • 察看執行中的背景程式的一個指令:

    ps  -aux
    
  • 權限設定 (鳥哥)

    sudo chmod 777 -R Folder
    

參考資料:

results matching ""

    No results matching ""