Running Chrome as root @ BackTrack 5 R3
1. Open console:
vi /usr/bin/google-chrome
2. Go to the last line and add "exec -a "
--user-data-dir" :
then after your line look like this
exec -a "$0" "$HERE/chrome" "$@" --user-data-dir
exec -a "$0" "$HERE/chrome" "$@" --user-data-dir
3. save ":wq!"
Comments
Post a Comment