Aug
27
2007
27
2007
Linux: Find out how many file descriptors are being used
Under Tips & Tricks By chandu
While administrating a box, you may wanted to find out what a processes is doing and find out how many file descriptors (fd) are being used. You will surprised to find out that process does open all sort of files:
=> Actual log file
=> /dev files
=> UNIX Sockets
=> Network sockets
=> Library files /lib /lib64
=> Executables and [...]
Read the Full Article:
Linux: Find out how many file descriptors are being used
