← 返回命令列表

Linux command

tor 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Example

tor

Example

tor -f /etc/tor/torrc

Verify

tor --verify-config

Example

tor --hash-password mypassword

Example

tor --version

说明

tor is a connection-oriented anonymizing communication service. Users establish source-routed paths through a distributed network of relays where each node only knows its neighboring nodes, not the full path. This enables anonymous TCP stream routing for web browsing, FTP, SSH, and other services.

参数

-h, --help
Display help message and exit
-f, --torrc-file FILE
Specify configuration file location
--verify-config
Verify configuration file syntax and exit
--hash-password PASSWORD
Generate hashed control port password
--version
Display version information
--keygen
Generate ed25519 master identity key for relays
--list-fingerprint
Generate keys and output fingerprint
--quiet
Only log errors during startup

FAQ

What is the tor command used for?

tor is a connection-oriented anonymizing communication service. Users establish source-routed paths through a distributed network of relays where each node only knows its neighboring nodes, not the full path. This enables anonymous TCP stream routing for web browsing, FTP, SSH, and other services.

How do I run a basic tor example?

Run `tor` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -h, --help do in tor?

Display help message and exit