Linux CLI - Pipes and Redirection
You run
cat missingfile 2> errors.log but errors.log remains empty. What is the likely mistake?cat missingfile 2> errors.log but errors.log remains empty. What is the likely mistake?missingfile exists, cat produces no error, so nothing is sent to errors.log.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions