linux常用命令

2021-09-16 18:25:29 字數 1432 閱讀 5753

cd 

./frps -c ./frps.ini

lsof -i:7500

sh reload.sh master

shutdown -s

ifconfig

vim /etc/sysconfig/network-scripts/網絡卡名***

複製檔案到當前目錄 :cp -r /*** ./ 

unzip ***x 

scp -p 埠 root@ip:/usr/local/檔案 本機目錄

tail -f -n 200 (實時監控日誌,並可顯示200行)

less ***

vim /etc/sysconfig/iptables 防火牆編輯

service iptables restart 防火牆重啟

ps -ef | grep ***(檢視某程序)

kill -9 ***

echo "" > /logs/*** 

df -lh 

sh bin/zkserver.sh start 

sh bin/zkserver.sh status 

sh bin/zkserver.sh stop

sh bin/zkserver.sh restart

nohup ./test &

總結du常用命令

du -h --max-depth=1 |grep [tg] |sort #查詢上g和t的目錄並排序

du -sh #統計當前目錄的大小,以直觀方式展現

du -h --max-depth=1 |grep 'g' |sort #檢視上g目錄並排序

du -sh --max-depth=1 #檢視當前目錄下所有一級子目錄資料夾大小

du -h --max-depth=1 |sort #檢視當前目錄下所有一級子目錄資料夾大小 並排序

du -h --max-depth=1 |grep [tg] |sort -nr #倒序

chmod 777 ***.ddd

ln -s *** ttt 建立***與ttt的軟連線

bash *** start 

alias[別名]=[指令名稱]

top/htop

Linux常用命令之Linux常用命令實戰知識點

在在複習linux,這是以前做的筆記,分享一下。linux系統 一切皆檔案 操作檔案就是操作linux系統 一 linux版本 1 redhat 企業版 收費 2 centos redhat的社群版 免費 3 ubuntu 4 紅旗 二 linux的特點 1 多使用者 多工 2 豐富的網路功能 3 ...

LINUX常用命令

一 目錄結構 目錄名稱 意 義 vmlinuz 該目錄中存放的是系統核心 bin 該目錄中存放linux的常用命令,在有的版本中是一些和根目錄下相同的目錄。boot 該目錄下存放的都是系統啟動時要用到的程式,當用lilo引導linux時,會用到這裡的一些資訊 dev 該目錄包含了linux系統中使用...

linux 常用命令

ssh 連線 eg.ssh l mike www.mydomain.com or 192.168.0.1 scp 複製 本地 遠端 scp localfile username tohost newfile 遠端 本地 scp username tohost remotefile local 把tx...