Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 269 Bytes

File metadata and controls

9 lines (8 loc) · 269 Bytes

Bash Cheat Sheet

Commonly used console commands.

Output Suppression / Redirection

# Error output on channel 2, redirect to null device /dev/null
# Standard output on channel 1, redirect to null device /dev/null
/usr/bin/rkhunter 2> /dev/null 1> /dev/null