Timeline for How to display open file descriptors but not using lsof command
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 23, 2015 at 7:42 | comment | added | Thorsten Staerk | You probably want to know if your ulimit is exceeded, right? I blogged about this under linuxintro.org/wiki/Is_my_ulimit_exceeded; most importantly, the ulimit is a per-process restriction that you can find under /proc/PID/limits and instead of lsof I would use ls /proc/PID/fd to list the process' file descriptors. | |
| Feb 27, 2013 at 8:33 | answer | added | Johan | timeline score: 29 | |
| Feb 27, 2013 at 1:40 | vote | accept | dimas | ||
| Feb 27, 2013 at 1:07 | answer | added | Gilles 'SO- stop being evil' | timeline score: 71 | |
| Feb 27, 2013 at 0:50 | history | asked | dimas | CC BY-SA 3.0 |