Skip to main content

read_process_cmdline

Function read_process_cmdline 

Source
pub fn read_process_cmdline(pid: u32) -> Result<String>
Expand description

Return a stable human-readable rendering of read_process_argv.

This intentionally is not shell syntax and must not be parsed back into argv. It preserves the historical read_process_cmdline output.