Delete comment from: Java67
How do you find open files for a process in Linux?
Answer : you can either use lsof command which lists open file descriptor or you can do ls /proc/pid/fd
Aug 29, 2014, 5:17:43 AM
Posted to Top 15 UNIX and Linux Interview Questions Answers for 1to 3 Years Experienced

