1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-15 17:55:26 +02:00
tldr/pages.nl/common/hostname.md
2025-04-21 23:58:00 +02:00

20 lines
367 B
Markdown

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