Linux 下如何修改用户名(同时修改用户组名

如题所述

第1个回答  2018-07-06
usermod -l new_username old_username
groupmod -n new_username old_username
相似回答