Easy Redirection of Sudo Output | Linux Today

Easy Redirection of Sudo Output

Written By
JK
Juliet Kemp
Jul 6, 2010

“If you’re using Sudo, you’ve probably already discovered that
the increased privileges apply only to the first command typed and
don’t extend to any input or output redirection. For example:

sudo iptables -L > /etc/iptables

“will give you a ‘Permission denied’ error because the shell
interprets the first command (with sudo), then pipes it into the
second command (without sudo).”


Complete Story

JK

Juliet Kemp

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.