CompTIA Linux+ Powered by LPI (LX0-103) — Question 38

After running the command umount /mnt, the following error message is displayed: umount: /mnt: device is busy.
What is a common reason for this message?

Answer options

Correct answer: B

Explanation

The correct answer is B, as having an open file in the /mnt directory prevents the umount command from successfully unmounting it. Options A, C, D, and E do not directly refer to the situation where a user is actively utilizing a file in that directory, which is the primary cause of the 'device is busy' error.