mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 07:58:08 +00:00
Update cheatsheets
This commit is contained in:
18
bird
Normal file
18
bird
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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/>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user