Showing posts with label can not run vlc as root. Show all posts
Showing posts with label can not run vlc as root. 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.