http://phecoopkj4ytf3fokcfvykymg7zuhkwsoqbh5dgnwwee423delgexyqd.onion/page-2008291017-Check-File-Descriptor-limits-for-a-process-BASH.html
Published: 2020-08-29 10:20:09 +0000 Categories: BASH , Language BASH Description We've all seen too many open files when we hit FD limits from time to time, but how do you check what the limits for a given process actually are? The information is exposed within the /proc filesystem Snippet # Get the PID(s)
pidof $process_name
# take the pid from above, and check the limits
cat /proc/$pid/limits
# Get the PID(s)
pidof $process_name
# take the pid from above, and check the limits
grep " Max...