Device is busy¶
The following command will display all processes and their associated users that are using files/directories on a specified disk on a linux system:
application1:/# fuser -u mnt/
mnt/: 8018r(root)
The following command will display all processes and their associated users that are using files/directories on a specified disk on a linux system:
application1:/# fuser -u mnt/
mnt/: 8018r(root)