Como ejecutar VLC en Linux como root

Si estas intentando ejecutar VLC como root en Linux probablemente te encuentres con el siguiente mensaje «VLC is not supposed to be run as root. Sorry. If you need to use real-time priorities and/or privileged TCP ports you can use vlc-wrapper (make sure it is Set-UID root and cannot be run by non-trusted users first).»

El siguiente comando hace toda la magia para que puedas ejecutar VLC como usuario root.

sed -i ‘s/geteuid/getppid/’ /usr/bin/vlc

Deja un comentario