?? syslog.conf.regex
字號(hào):
# PASS only logs NOT containing the string 'connection reset by peer' to next module*.emerg %regex -v -m 'connection reset by peer' %classic root# PASS only logs containing the string 'disk full' to next module*.emerg %regex -m 'disk full' %classic root# PASS ONLY logs with host matching 'www'*.emerg %regex -h 'www' %classic /var/log/webserver# PASS ONLY logs with host from 8pm to 9am (20:00:00 to 09:00:00)# and also matching 'root'auth.info %regex -v -t '^1' %regex -m 'root' %classic /var/log/webserver
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -