Skip to main content

lsof

Function lsof 

Source
pub fn lsof(
    process_filter: &ProcessFilter<'_>,
) -> Result<Vec<ProcessDescription>>
Expand description

Retrieves process descriptions using the lsof command.

ยงErrors

  • lsof command execution or output parsing fails.