Find the total number of open file descriptors Posted on 25 July 2022 by kosmas To get the total number of open file descriptors use the following awk '{print $1}' /proc/sys/fs/file-nr