mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
35 lines
402 B
Markdown
35 lines
402 B
Markdown
# dhcpcd
|
|
|
|
1. [TL;DR](#tldr)
|
|
|
|
## TL;DR
|
|
|
|
<details>
|
|
<summary>Usage</summary>
|
|
|
|
```sh
|
|
# Start on specific interfaces.
|
|
dhcpcd 'eth0'
|
|
|
|
# Release the current IP address.
|
|
dhcpcd -k 'eth0'
|
|
dhcpcd --release 'eth0'
|
|
|
|
# Stop
|
|
dhcpcd -x
|
|
dhcpcd --exit
|
|
```
|
|
|
|
</details>
|
|
|
|
<!--
|
|
Reference
|
|
═╬═Time══
|
|
-->
|
|
|
|
<!-- In-article sections -->
|
|
<!-- Knowledge base -->
|
|
<!-- Files -->
|
|
<!-- Upstream -->
|
|
<!-- Others -->
|