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