Showing posts with label Open VLC player as root user in Linux. Show all posts
Showing posts with label Open VLC player as root user in Linux. Show all posts

Friday, November 6, 2015

Ubuntu: Run vlc player as root

Open VLC player as root in Linux

Run following command :
sed -i 's/geteuid/getppid/' /usr/bin/vlc
Now you will be able to open vlc player as root user.