Linux操作記錄

2021-10-07 00:07:49 字數 617 閱讀 4962

1、獲取某請求響應(curl)

curl 127.0.0.1:80
2、檢視網路狀態(netstat)

netstat -ln

或者netstat -anop | grep pid

pid是程序號

3、檢視某服務程序(ps)

ps

-ef | grep tomcat

4、檢視tomcat動態日誌(tail)

tail -f logs/catalina.out
5、強制殺死程序(kill)

kill pid
6、解壓檔案(tar)

tar -zxvf /root/apache-tomcat-9.0.31.tar.gz -c /root/tmp
-c指定解壓路徑,不新增預設解壓到當前目錄

7、刪除檔案和資料夾(rm)

rm

-rf /root/tmp/apache-tomcat-9.0.31

-r遞迴刪除,-f不詢問直接刪除

Linux 操作 記錄

格式 crunch options 解釋 最短長度 最長長度 在命令列使用crunch你可能必須指定字符集設定,否則將使用預設的字符集設定。預設的設定為小寫字符集,大寫字符集,數字和特殊字元 符號 如果不按照這個順序,你將得到自己指定結果。必須指定字元型別或加號的值。注意 如果你想在你的字符集中包含...

Linux 常用操作記錄

對映的方式共享目錄 mount t cifs o username 使用者名稱,password 密碼 ip 目錄 需掛載的路徑 設定dns 修改 etc resolv.conf 新增 nameserver 10.35.0.3 例 putty使用ssh編碼設定 window translation ...

linux 操作學習記錄

1 bash profile 修改後 要使修改生效 需要執行 bash profile 命令 2 vim沒有顏色,解決辦法 開啟shell配置檔案,bash profile或.bashrc加入 term xterm export term 3 要輸入.才能找到檔案,修改.bash profile的p...