1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}}`