linux運維命令

2021-10-21 03:36:16 字數 440 閱讀 2499

1、linux啟動過程

開啟電源 --> bios開機自檢 --> 引導程式lilo或grub--> 核心的引導(kernel boot)--> 執行init(rc.sysinit、rc)--> mingetty(建立終端) -->shell

top 然後按shift+p,按照程序處理器佔用率排序 # top 24、檢視記憶體使用情況的命令 用free命令檢視記憶體使用情況 # free -m

按照每個檔案5m來分割 # split -b 5m httperr8007.log httperr 40、合併檔案 取出兩個檔案的並集(重複的行只保留乙份) # cat file1 file2 | sort | uniq

取出兩個檔案的交集(只留下同時存在於兩個檔案中的檔案) # cat file1 file2 | sort | uniq -d

以上就是良許教程網為各位朋友分享的linux相關知識。

運維linux命令

原文 感謝博主的文章!之前做過兩年的運維,用過很多命令,深切體會到某些linux命令熟練掌握後對效率提公升有多大。舉個簡單的例子,在做了研發後經常會有跑一些資料,對於結果資料的處理,我們的產品同學一般都習慣於用excel做統計,把資料複製到excel裡,然後資料分列,排序 最後得出某些簡單的結論,我...

運維linux命令

1 linux啟動過程 開啟電源 bios開機自檢 引導程式lilo或grub 核心的引導 kernel boot 執行init rc.sysinit rc mingetty 建立終端 shell 2 網絡卡繫結多ip ifconfig eth0 1 192.168.1.99 netmask 255...

Linux運維命令

12 date date u date y m d h m s 格式化 date f date s 時間戳 date d 時間戳 格式 例 date d 1510111518 y m d h m s clock 當前的硬體時間檢視 clock s 把硬體的時間讀出來覆蓋到系統時間 clock w 把...