JavaShuo
栏目
标签
Linux,centos 删除用户时显示userdel: user xxxx is currently used by process 8242
时间 2021-01-10
标签
运维
栏目
Linux
繁體版
原文
原文链接
当你要删除用户的时候发现删除不了,结果是 userdel: user james is currently used by process 8242 这时候可以用 # vipw 这时候找到你要删除的用户,用dd把他删除,然后 :wq 保存退出 这时候再使用userdel删除会发现用户不存在了 再用 cat /etc/passwd 查看一下,发现已经不在了 ,用户删除成功
>>阅读原文<<
相关文章
1.
centos6 —— userdel :user is currently used by process
2.
linux【报错】userdel: user xiaoming is currently used by process 4713解决
3.
userdel:user* is currently used by process id
4.
userdel删除 用户
5.
CentOS Linux 添加用户useradd与删除用户userdel
6.
shell编程-删除用户-userdel命令
7.
linux下删除用户脚本----不是userdel -r 那么简单
8.
建立用户(adduser和useradd)和删除用户(userdel)及
9.
【Electron-builder】“The process cannot access the file because it is being used by another process.”
10.
提示 because it is being used by another process 解决方案
更多相关文章...
•
MySQL删除用户(DROP USER)
-
MySQL教程
•
MySQL删除用户权限(REVOKE)
-
MySQL教程
•
Composer 安装与使用
•
SpringBoot中properties文件不能自动提示解决方法
相关标签/搜索
userdel
used
删除
显示
process
user
centos+linux
Linux-CentOS
Linux
CentOS
MySQL教程
Redis教程
Docker教程
应用
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
以实例说明微服务拆分(以SpringCloud+Gradle)
2.
idea中通过Maven已经将依赖导入,在本地仓库和external libraries中均有,运行的时候报没有包的错误。
3.
Maven把jar包打到指定目录下
4.
【SpringMvc】JSP+MyBatis 用户登陆后更改导航栏信息
5.
在Maven本地仓库安装架包
6.
搭建springBoot+gradle+mysql框架
7.
PHP关于文件$_FILES一些问题、校验和限制
8.
php 5.6连接mongodb扩展
9.
Vue使用命令行创建项目
10.
eclipse修改启动图片
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
centos6 —— userdel :user is currently used by process
2.
linux【报错】userdel: user xiaoming is currently used by process 4713解决
3.
userdel:user* is currently used by process id
4.
userdel删除 用户
5.
CentOS Linux 添加用户useradd与删除用户userdel
6.
shell编程-删除用户-userdel命令
7.
linux下删除用户脚本----不是userdel -r 那么简单
8.
建立用户(adduser和useradd)和删除用户(userdel)及
9.
【Electron-builder】“The process cannot access the file because it is being used by another process.”
10.
提示 because it is being used by another process 解决方案
>>更多相关文章<<