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