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:
parent
a6218baf0a
commit
f0cc9f4249
1 changed files with 24 additions and 0 deletions
24
pages.nl/common/hostname.md
Normal file
24
pages.nl/common/hostname.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue