06/06: Linux > Open file descriptor
Category: Linux tips
Posted by: hajime osako
The Linux and Unix Menagerie: Finding The Number Of Open File Descriptors Per Process On Linux And Unix
ls -al /proc/[process id]/fd
What do I need to know about File Descriptors for best system stability?
cat /proc/sys/fs/file-nr
ls -al /proc/[process id]/fd
What do I need to know about File Descriptors for best system stability?
cat /proc/sys/fs/file-nr