Run Google Chrome as Root in Linux

Try Fast Read
0
0



1. Open google-chrome located in /usr/bin with ‘gedit’,’vi’ or your favorite text editor.
vim /usr/bin/google-chrome

2. Add –user-data-dir at the very end of the file. Mine looks like this:
exec -a “$0” “$HERE/chrome” “$@” –user-data-dir
3. Save, close and you’re done. Enjoy your favorite browser.

Post navigation