From 8d90e79d75b07c0ecfe3d74a4ccd97f978b90de3 Mon Sep 17 00:00:00 2001 From: wizarot Date: Tue, 26 Feb 2019 11:13:58 +0800 Subject: [PATCH] hostname: add Chinese translation --- pages.zh/osx/hostname.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages.zh/osx/hostname.md diff --git a/pages.zh/osx/hostname.md b/pages.zh/osx/hostname.md new file mode 100644 index 0000000000..66b571e8f0 --- /dev/null +++ b/pages.zh/osx/hostname.md @@ -0,0 +1,11 @@ +# hostname + +> 显示或设置系统的主机名. + +- 显示本机的主机名: + +`hostname` + +- 设置本机主机名: + +`hostname {{新主机名}}`