Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 198 Bytes

笔记.md

File metadata and controls

7 lines (4 loc) · 198 Bytes

Linux

常用指令:ps aux,ps -ef | grep XX,pstree,top

​ netstat -anp

正则:* 匹配任意字符, ?匹配一个字符,[list] 匹配list中的一个字符, !/^ 表示非