From a9580330d10e03ce5b62f895b69fbfb54b7aded0 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Mon, 6 Jan 2020 23:21:01 +0800 Subject: [PATCH] PRF --- published/20191017 Intro to the Linux useradd command.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/published/20191017 Intro to the Linux useradd command.md b/published/20191017 Intro to the Linux useradd command.md index ae1c1c2d4a..d088a1d16d 100644 --- a/published/20191017 Intro to the Linux useradd command.md +++ b/published/20191017 Intro to the Linux useradd command.md @@ -43,9 +43,9 @@ $ sudo useradd sonny | 文件 | 描述 | 域 (加粗的表示由 useradd 命令设置) | | ------ | ------------------------------------ | ------------------------------------------------------------ | -| `passwd` | 存储用户账号信息 | 用户名:未使用:UID:GID:备注:家目录:shell | -| `shadow` | 存储用户账号的安全信息 | 用户名:加密密码:上次修改时间:最短使用天数:最长使用天数间:修改前警示天数:过期后宽限时间:未使用 | -| `group` | 存储组信息 | 组名:未使用:GID:成员列表 | +| `passwd` | 存储用户账号信息 | **用户名**:未使用:**UID**:**GID**:**备注**:**家目录**:**shell** | +| `shadow` | 存储用户账号的安全信息 | **用户名**:加密密码:上次修改时间:最短使用天数:最长使用天数间:**修改前警示天数**:**过期后宽限时间**:未使用 | +| `group` | 存储组信息 | **组名**:未使用:**GID**:**成员列表** | ### 自定义处理