hostname: add Dutch translation (#13028)

Co-authored-by: Leon <leonvsc@users.noreply.github.com>
This commit is contained in:
Sebastiaan Speck
2024-06-18 15:35:03 +02:00
committed by GitHub
parent a6218baf0a
commit f0cc9f4249

View File

@@ -0,0 +1,24 @@
# hostname
> Toon of stel de hostnaam van het systeem in.
> Meer informatie: <https://manned.org/hostname>.
- Toon de huidige hostnaam:
`hostname`
- Toon het netwerkadres van de hostnaam:
`hostname -i`
- Toon alle netwerkadressen van de host:
`hostname -I`
- Toon de FQDN (Fully Qualified Domain Name):
`hostname --fqdn`
- Stel een nieuwe hostnaam in:
`hostname {{nieuwe_hostnaam}}`