mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
338 B
Markdown
13 lines
338 B
Markdown
# bird
|
|
|
|
> BIRD Internet Routing Daemon.
|
|
> Routingdaemon met ondersteuning voor BGP, OSPF, Babel en anderen.
|
|
> Meer informatie: <https://bird.network.cz/>.
|
|
|
|
- Start Bird met een specifiek configuratiebestand:
|
|
|
|
`bird -c {{pad/naar/bird.conf}}`
|
|
|
|
- Start Bird als een specifieke gebruiker en groep:
|
|
|
|
`bird -u {{gebruikersnaam}} -g {{groep}}`
|