Linux命令備忘

2021-08-28 04:56:35 字數 974 閱讀 3043

1.查詢大於1g的檔案,執行某操作

find ./ -type f  -size +1g (exec ....)

2.查詢指定名字的檔案

3.刪除除了某檔案外的其他檔案

rm -rf !(filename|...|...)
4.殺死所有程序名為processname的程序

kill -9 `ps -ef| grep processname| awk ''`
5.檢視指定名字的程序pid

ps aux|grep flume| awk ''
6.配置指令碼為可執行

chmod

755 shellname

7.查詢儲存空間使用情況

df -h
8.如果df -h發現儲存空間占用但是df -sh又沒有發現大檔案

service rsyslog stop

service rsyslog start

9.查詢檔案大小

du -sh (*)
使用spark時:

關閉sparkstreaming 命令

spark啟動程式命令

nohup spark-submit –class customerflowsparkstreamingmapreducejob –master yarn-cluster –name customerflowsparkstreamingmapreducejob –driver-memory 2g –executor-memory 6g –num-executors 3 –executor-cores 3 /root/customerflow.jar customerflow-job-2min100.xml &

linux 命令 備忘

排除某個資料夾 具體應該是 prune這個引數 比如你想找某個dll檔案,但不想找.dirname這個資料夾應該這麼寫 find path dirname prune o name dll print r 遞迴,e 正則 l 只顯示檔名 grep 排除某個目錄 exclude dir grep 顯示...

linux命令備忘

命令大全網 分割槽 mount umount fdisk 虛擬機器擴容 dd命令 dd 0.檢視ubuntu的版本 sudo lsb release a 0.查詢 find find 的 name引數的準確名字,如果想找名字相關的可以用萬用字元,如lib 查詢目錄下的所有檔案中是否含有某個字串 fi...

linux 命令備忘

linux cba001 lsof i 5300 command pid user fd type device size node name named 26751 root 20u ipv4 64750499 tcp localhost hacl hb listen named 26751 ro...