SIMULATION -
Which file from the /proc file system contains a list of all currently mounted devices? (Specify ONLY the command without any path or parameters.)
SIMULATION -
Which file from the /proc file system contains a list of all currently mounted devices? (Specify ONLY the command without any path or parameters.)
The file in the /proc file system that contains a list of all currently mounted devices is 'mounts'. This file can be found at /proc/mounts and is accessible without specifying any path or parameters, making the command simply 'mounts'.
should be /proc/self/mount
/proc/mount is just a symlink of /proc/self/mount so i guess both will be true.