mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-13 10:55:23 +02:00
12 lines
258 B
Markdown
12 lines
258 B
Markdown
# dhclient
|
|
|
|
> عميل DHCP.
|
|
> لمزيد من التفاصيل: <https://manned.org/dhclient>.
|
|
|
|
- الحصول على عنوان IP لواجهة `eth0`:
|
|
|
|
`sudo dhclient {{eth0}}`
|
|
|
|
- تحرير عنوان IP لواجهة `eth0`:
|
|
|
|
`sudo dhclient -r {{eth0}}`
|