(1)讓程序在用戶退出后仍然在運行
1 ctrl+z暫停程序
2 bg讓程序在后臺運行
3 退出用戶登錄即可
(2)用Find命令查找指定的文件,并且執(zhí)行Rm操作
[root@tiejiang ~]# find ./ -name "*****" -exec rm -f {} ;
(3)遞歸搜索含有某個關(guān)鍵字的文件目錄。
[root@tiejiang ~]# grep -iHR "****" ./*
-i 對要搜索的字符忽略大小寫
-H 同時打印包括搜索字符串的文件名
-R 遞歸搜索,當(dāng)指定的搜索路徑是一個目錄時,加了-R的搜索會執(zhí)行遞歸搜索
(4)Linux 硬件時間查看Hkclock --Show
硬件時間修改:
[root@tiejiang ~]# hwclock --set --date='10/11/2016 17:07:00'
系統(tǒng)時間與硬件時間同步:
[root@tiejiang ~]# hwclock --hctosys
(5)Scp拷貝文件,Key的方式
[root@tiejiang ~]# /usr/bin/ssh -x -oForwardAgent no -oPermitLocalCommand no -oClearAllForwardings yes -i/root/.ssh/iptvcp 10.0.51.198 scp -r -d -t /letv/...
(6)查看組播情況
[root@tiejiang ~]# netstat -ng
(7)Smarttools可以獲取硬盤重要參數(shù)
(8)Grep 精確查找
[root@tiejiang ~]# grep -w 'north' install.log
(9)Expr模式匹配
expr也有模式匹配功能?梢允褂胑xpr通過指定冒號選項計算字符串中字符數(shù)。.*意即任何字符重復(fù)0次或多次。expr $a : '[a-zA-Z]*'
(10)Vim 行左對齊
:1,$ left
(11)倒序字符串,倒序下文件中字符串內(nèi)容
[root@tiejiang ~]# rev +文件名
(12)Sed將"/File/File1"替換為"/File/File1"
[root@tiejiang ~]# sed -e 's///\//g'
[root@tiejiang ~]# sed -E -e "s:\/:\\/:g"(寫入shell文件中)
(13)Modprobe -V -R 模塊名
移出模塊
(14)Modprobe -V 模塊名
加載模塊
(15)Lsmod|Grep 模塊名
查看相關(guān)依賴關(guān)系的模塊
(16)Modinfo 查看模塊的信息,及相關(guān)的配置參數(shù)
modinfo 模塊名
(17)Ssh登錄較慢
去除dns反解析
[root@tiejiang ~]# UseDNS no
(18)Ssh 連接開機詳細輸出
[root@tiejiang ~]# ssh -v
(19)Pkill命令使用方法
pkill 加命令名稱 可以殺死命令
(20)Ntpdate 同步Server地址
128.138.140.44
(21)Date 命令設(shè)置時間
[root@tiejiang ~]# date -s 20161115
[root@tiejiang ~]# date -s 08:45:00
(22)Linux Ntpd配置
ntpstat 查看自身服務(wù)器與上一級服務(wù)器之間的連接狀態(tài)
如果出現(xiàn):synchronised to local net at stratum