root不能运行google chrome 解决方案

cd /op/google/chrome
vim google-chrome


找到exec -a "$0" "$HERE/chrome" " $@"
修改为:exec -a "$0" "$HERE/chrome" " $@ --user-data-dir"

相关推荐