This will only run `cat /dev/urandom` as root, while the redirection is run as a normal user: sudo cat /dev/urandom > /dev/fb0 This should work just fine (with a /dev/null redirection so your terminal doesn't get…
This will only run `cat /dev/urandom` as root, while the redirection is run as a normal user: sudo cat /dev/urandom > /dev/fb0 This should work just fine (with a /dev/null redirection so your terminal doesn't get…