blob: f1a1ce5b0ebb9a7ce98c44856de088a63739bebf [file] [log] [blame]
Marri Devender Raofcc91642022-03-25 06:22:08 -05001#!/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"