fuser用法

1257阅读 0评论2009-07-28 gaoshixing
分类:

# 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
上一篇:cstm问题
下一篇:笑着离开HP-管理篇1