QuestionQ10
TroubleshootingAn administrator sees the following output when trying to unmount a filesystem: umount /data1: target is busy.
Which command should the administrator run next to find out why the filesystem is busy?
- A ps -f /data1
- B du -sh /data1
- C top -d /data1
- D lsof | grep /data1
Community Discussion