Replying to @glizzyguzzler@piefed.blahaj.zone
Note that sudo echo does not work as non root because the shell redirection is attempted before the command runs. You want echo foo | sudo tee -a /bar instead
Replying to @glizzyguzzler@piefed.blahaj.zone
Note that sudo echo does not work as non root because the shell redirection is attempted before the command runs. You want echo foo | sudo tee -a /bar instead