
forbiddenlake
@forbiddenlake@lemmy.world
This is a remote user, information on this page may be incomplete. View original ↗
- Comment on Podman: Issues with multiple users running containers simultaneously 3 hours ago:
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 /barinstead