% sudo echo WITHOUT_IPFILTER=yes > /etc/make.confThe key to solve the "problem" was to run the command in a sub-shell to make the redirection work, like so:
root: Permission denied.
% sudo sh -c 'echo WITHOUT_IPFILTER=yes > /etc/make.conf'The answer to this lies in man sudo ;)
No comments:
Post a Comment