diff --git a/docs/commands/linux-cmd-system.md b/docs/commands/linux-cmd-system.md index 61d30e6..ed95fbf 100644 --- a/docs/commands/linux-cmd-system.md +++ b/docs/commands/linux-cmd-system.md @@ -1,3 +1,5 @@ +# Linux 常用命令-系统设置 + ## useradd 命令 > useradd 命令用于建立用户帐号。 @@ -611,4 +613,4 @@ $ kill -l ```sh $ kill -9 $(ps -ef | grep hnlinux) //方法一 过滤出hnlinux用户进程 $ kill -u hnlinux //方法二 -``` \ No newline at end of file +```