linux命令(非常用)

2021-08-17 05:19:11 字數 1768 閱讀 3840

service iptables status 防火牆狀態

tcpdump udp port 162 | grep ip 抓包

df -lh 檢視磁碟

fdisk -l 磁碟分割槽

mount /dev/sdb1 /mnt/global    掛載

umount /mnt/global    解除安裝分割槽

poweroff 下電

ifconfig eth0:1 10.64.102.242 broadcast 10.64.102.254 netmask 255.255.255.0    配置虛ip

mysql -uroot -p123456 qnms -e "update ne_infoset state = 'active';"

select * from `ne_info` where state = 'active';

select * from data_state where neid in(1000036,1000059) and tablename like '%pm_qkm_info'     判斷效能告警

update ne_config set config_value = 『/』 where config_value='/data/agentfile'

update ne_info set state = 'lost' where type='qkm'

把eth1改為eth0:

1、vi /etc/udev/rules.d/70-persistent-net.rules

,刪除eth0

段,修改

eth1

為eth02、

vi /etc/sysconfig/network-script/ifcfg-eth0

,修改mac

位址為正確的

(貌似只做第一步也可以成功)3

、重啟伺服器

ls -l | grep '^-'|wc -l    統計當前資料夾下的檔案個數

mysqldump -uroot -p123456

qnms active_alarm>/tmp/active_alarm.sql

mongo --host 127.0.0.1:20000

use key_store

db.getcollection('quantum_key').remove({})

關閉埠

iptables -a input -p tcp --dport 5530 -j drop

開啟埠

iptables -a input -p tcp --dport 5530 -j accept

netstat -tanp 去顯示埠狀態

rpm -qa|grep mysql  檢視安裝包

find . -name "makefile" | grep"/home/qems/qkey_sdk_centos6.7" -r -n    在找到的檔案中查詢字串

grep "centos6.7" . -r -n    

find . -name 'install.sh' -exec chmod 777 {} \;  修改特定檔名稱的許可權

其中 -exec 在find命令內執行後面的shell, {}代表find找到的內容 ,\;代表-exec 結束符

tar -czvf keepalived.tar.gz keepalived-setup/    壓縮命令

以上です

cmd命令

fsutil file createnew null.txt 5278350000

linux 非常用命令總結

如何刪除ppa 我們在安裝軟體的時候,教程一般都會讓新增ppa源,但是幾乎沒有教程會告訴你怎麼刪除 新增ppa源 刪除ppa源 方法一 sudo add apt repository remove ppa someppa ppa 方法二 cd etc apt sources.list.d 找到想刪除...

非常實用,常用的linux的命令

檢視該字串在檔案中出現的次數 grep string file c ifconfig eth0 grep inet awk awk f ifconfig eth0 grep inet cut d f 2 cut d f 1 這兩條命令都可以得到相應的ip位址。把linux的路徑程式設計windows...

Linux常用命令大全 非常全

這是本人花了兩天時間整理得來的,一些最常用的地球人都知道的命令就省去啦!c.刪除群組 groupdel 組名 該命令用於刪除指定的組帳號 d.新建使用者 命令 useradd d home s shell c comment m k template f inactive e expire p pa...