linux開發中常用命令

2022-09-09 22:06:30 字數 961 閱讀 9627

使用者管理

防火牆tail -n 100 tps.log | grep "2020-06-19"

檢視2020-06-19的日誌尾部最後100行

tail -f tms.log|grep 'tps.timer.job.switch』

tail -f 可以實時檢視檔案的新增內容

cat tms.log | grep -e "from config center|from default"

grep -e 「a|b」 滿足a或b的內容

檢視記憶體資訊

cat /proc/meminfo

按檔案大小排序

ls -sl

/global

可以快速查詢到global

%s/global/flower/g

將文字中的global全部替換為flower,批量替換的時候使用太棒啦!

顯示行號

set nu

冒號輸入數字直接跳轉到對應行

mkdir -p /usr/local/zookeeper/server

大但是在建立軟連線ln -s 的時候不可以使用萬用字元一次建立多個資料夾

檢視所有使用者

cat /etc/passwd | cut -f 1 -d:

開發埠

iptables -i input -p tcp --dport 999

顯示配置的規則

iptables -l -n --line-number

chain input (policy accept)

num target prot opt source destination

刪除iptables -d input num

儲存service iptables s**e

Linux中常用命令

cd 目錄的路徑 切換目錄 mkdir 目錄名字 新建目錄 cp r 需要拷貝的檔案 目標檔案 拷貝目錄 rm rf 目錄名稱 刪除目錄 mv 目錄 檔案名字 其他路徑 移動 更改目錄 touch 檔名 新建檔案 cp r 需要複製的檔案 目標資料夾 複製檔案 rm rf 檔案 刪除檔案 ls 檢視...

Linux中常用命令01

命令名稱 命令引數 命令物件 ifconfig 網路裝置 引數 echo 字串 變數 tty終端startxexport 選項 引數 pwd 選項 history c shutdown 選項 引數 poweoffreboothwclockdate 選項 指定的格式 引數 作用 t 跳格 tab鍵 h...

linux學習中 常用命令

命令網路配置 橋接模式就直接輸入網絡卡位址段下的位址 home 宿主目錄 遠端伺服器不關機 只能重啟 每五分鐘啟動一次 命令 格式 命令 選項 引數 例如 ls la etc 不是所有命令都是 但是大多數 帶 的部分順序可以隨意 開頭的是隱藏檔案 lslist bin ls ls選項 ald a 顯...