FILL BLANK -
Which file from the /proc/ file system contains a list of all currently mounted devices? (Specify the full name of the file, including path.)
FILL BLANK -
Which file from the /proc/ file system contains a list of all currently mounted devices? (Specify the full name of the file, including path.)
The file in the /proc/ file system that contains a list of all currently mounted devices is /proc/mounts. This file provides information about the mounted filesystems, and while it might be a symbolic link to /proc/self/mounts in some systems, /proc/mounts is a widely accepted and recognized path.
correct its proc/self/mounts
proc/self/mounts /proc/mounts are both correct!
/proc/mounts is a symbolic link to /proc/self/mounts
perhaps both answers /proc/mounts ans /proc/self/mounts are correct
True the correct answer is /proc/self/mounts since /proc/mounts is a symbolic link
agree with /proc/self/mounts
both are correct, at least at ubuntu os /proc/mounts /proc/self/mounts (tested)