Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 187 Bytes

File metadata and controls

8 lines (7 loc) · 187 Bytes

Bash Cheat Sheet

Commonly used console commands.

Logging Pattern

# Error output on channel 2, redirect to socket &1
/usr/bin/rkhunter 2>&1 | tee /var/log/adhoc/rkhunter.log