我在 Kali 终端中使用命令“Tor service”启动 Tor 服务时遇到了下面提到的问题,如果有人能帮助我解决这个问题,那将是一个很大的帮助。
root@kali:~# tor service
May 26 05:37:11.442 [notice] Tor 0.4.5.7 running on Linux with Libevent 2.1.12-stable, OpenSSL 1.1.1i, Zlib 1.2.11, Liblzma 5.2.5, Libzstd 1.4.8 and Glibc 2.31 as libc.
May 26 05:37:11.442 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
May 26 05:37:11.442 [warn] Command-line option 'service' with no value. Failing.
May 26 05:37:11.442 [err] Reading config failed--see warnings above.
root@kali:~#
答案1
您可以通过以下方式启动 tor 服务:
sudo systemctl start tor
检查状态:
systemctl status tor
或者你可以使用:
sudo service tor start