在 Kali 中啟動 Tor 服務時出現警告錯誤

在 Kali 中啟動 Tor 服務時出現警告錯誤

我在 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

相關內容