SIMULATION -
Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.)
SIMULATION -
Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.)
The file in the /proc filesystem that lists parameters passed from the bootloader to the kernel is named 'cmdline'. This file contains the command-line arguments given to the kernel at the time of boot, which includes parameters set by the bootloader.
cmdline is correct answer https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/s2-proc-cmdline
The file in the /proc filesystem that lists parameters passed from the bootloader to the kernel is named cmdline