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

21 lines
367 B
Markdown
Raw Permalink Normal View History

# 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|--ip-addresses]}}`
- Toon de FQDN (Fully Qualified Domain Name):
`hostname {{[-f|--fqdn]}}`
- Stel een nieuwe hostnaam in:
`hostname {{nieuwe_hostnaam}}`