HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tor — Enable anonymous communication through the Tor network. More information: <https://manned.org/tor>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thetorcommandcommunicationclianonymousenablethrough
linux

Problem

How to use the tor command: Enable anonymous communication through the Tor network. More information: <https://manned.org/tor>.

Solution

tor — Enable anonymous communication through the Tor network. More information: <https://manned.org/tor>.

Connect to the Tor network:
tor


View Tor configuration:
tor --config


Check Tor status:
tor --status


Run as client only:
tor --client


Run as relay:
tor --relay


Run as bridge:
tor --bridge


Run as a hidden service:
tor --hidden-service

Code Snippets

Connect to the Tor network

tor

View Tor configuration

tor --config

Check Tor status

tor --status

Run as client only

tor --client

Run as relay

tor --relay

Context

tldr-pages: linux/tor

Revisions (0)

No revisions yet.