电脑网络 · 2018年07月29号 0

root用户无法运行tor解决办法(The tor browser bundle should not be run as root )

1、创建一个用户,运行tor;

2、编辑“start-tor-browser”文件,找到下面语句,删除或注释掉即可运行:

#if [ “id -u” -eq 0 ]; then

complain “The Tor Browser Bundle should not be run as root. Exiting.”

exit 1

#fi