1#!/usr/bin/env bash
2#
3# config: 123 60
4# @brief: List the open file descriptors
5#
6
7. $DREPORT_INCLUDE/functions
8
9file_name="procfd.log"
10add_cmd_output "ls -Al /proc/*/fd/" "$file_name" "procfd"
11