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.
pub fn lsof(
process_filter: &ProcessFilter<'_>,
) -> Result<Vec<ProcessDescription>>Retrieves process descriptions using the lsof command.