ubuntu/linux 新增用户提示错误adduser: The group `xx' already exists.

删除账号提示错误:

# sudo adduser chenxinming
adduser: The group `chenxinming' already exists.

 

解决办法

# groupdel chenxinming

 

相关文章:

  • 2021-06-08
猜你喜欢
  • 2022-12-23
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-04-09
相关资源
相似解决方案