Sign up Login
home | you | technology | web 2.0 | podcasts | entertainment | photos | comics | videos
 
Latest from Tech Tips Tricks Tweaks
 

Linux: Find out how many file descriptors are being used

Monday, August 27, 2007

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:
="=" "http://www.cyberciti.biz/tips/linux-procfs-file-descriptors.html"=""http://www.cyberciti.biz/tips/linux-procfs-file-descriptors.html"" title="title" find="Find" out="out" how="how" many="many" file="file" descriptors="descriptors" are="are" being="being" used"="used"" target="_blank">Linux: Find out how many file descriptors are being used

...
Original article from http://xfruits.com/techtips/blog/?clic=141625635&url=http%3A%2F%2Ftechtips.chanduonline.com%2F2007%2F08%2F27%2Flinux-find-out-how-many-file-descriptors-are-being-used%2F
Login to read full articles and enjoy our free features for members.
« Quick tip: Tell what hardware is connected via USB to my Linux desktop
Run multiple versions of Internet Explorer on the same PC »
 

Related articles