mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
442 B
Plaintext
19 lines
442 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# bird
|
|
|
|
> BIRD Internet Routing Daemon.
|
|
> Routing daemon with support for BGP, OSPF, Babel, and others.
|
|
> More information: <https://bird.network.cz/?get_doc&v=30&f=bird-1.html#ss1.3>.
|
|
|
|
- Start Bird with a specific configuration file:
|
|
|
|
`bird -c {{path/to/bird.conf}}`
|
|
|
|
- Start Bird as a specific user and group:
|
|
|
|
`bird -u {{username}} -g {{group}}`
|