I'm trying to delete usuario1
with their files. I have create user usuario1
, it's ok. When I wanted to delete I used sudo deluser --remove-home Nameuser
. Console says: usuario1 is currently used by process 8010
. I see that user has not been deleted.
- 积分
0 - 话题
0 - 评论
3224 - 注册排名
2117
Well you can just kill the reported process pid:
8010
for that user, with:然后重新运行deluser命令。
您的命令最初失败,因为Linux尝试确保不再有不存在的用户正在运行的进程。