pub fn cmdline() -> ProcResult<Vec<String>>
Expand description
Get a list of the arguments passed to the Linux kernel at boot time
This corresponds to the data in /proc/cmdline
.
pub fn cmdline() -> ProcResult<Vec<String>>
Get a list of the arguments passed to the Linux kernel at boot time
This corresponds to the data in /proc/cmdline
.