Chinaunix首页 | 论坛 | 博客
  • 博客访问: 279785
  • 博文数量: 107
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 74
  • 用 户 组: 普通用户
  • 注册时间: 2016-11-18 09:57
文章分类

全部博文(107)

文章存档

2023年(2)

2021年(1)

2017年(1)

2015年(4)

2014年(9)

2013年(4)

2012年(14)

2011年(49)

2010年(23)

分类: 其他UNIX

2014-05-26 17:00:09

# fuser -u /dev/vg01/lvol1
This lists process IDs and login names of processes using /dev/vg01/lvol1.
# fuser -u /etc/passwd
This lists process IDs and login names of processes that have the passwd file open. 
 # fuser -uc  /opt
This lists process IDs and login names of processes that have open files in the /opt file system.
# fuser -ku /dev/vg01/lvol1
This terminates all processes that are preventing logical volume lvol1 of volume group vg01
阅读(1073) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~