first commit

This commit is contained in:
momen
2021-10-21 14:57:58 +08:00
parent ba65bf40aa
commit 8184931095
572 changed files with 3165246 additions and 305 deletions

View File

@@ -0,0 +1,4 @@
# 5.19 更换用户名及家目录
终端执行sudo init 3进入shell并以root账户登陆之后执行
usermod -l new_username -d /home/new_username -m old_username
groupmod -n new_username old_username