标题: fuser用法 [打印本页] 作者: gaoshixing 时间: 2009-07-28 15:25 标题: fuser用法 # 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