mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
326 B
Markdown
13 lines
326 B
Markdown
# bird
|
|
|
|
> BIRD 인터넷 라우팅 데몬.
|
|
> BGP, OSPF, Babel 등을 지원하는 라우팅 데몬.
|
|
> 더 많은 정보: <https://bird.network.cz/>.
|
|
|
|
- 특정 구성 파일로 Bird를 시작:
|
|
|
|
`bird -c {{경로/대상/bird.conf}}`
|
|
|
|
- 특정 사용자 및 그룹으로 Bird를 시작:
|
|
|
|
`bird -u {{사용자명}} -g {{그룹}}`
|