when I run the command
pidof lh
for lh program, I get two values. what are they. I was looking of pid of lh
running program so I can increase the number of open files limit https://unix.stackexchange.com/a/422732/211761
Why i am getting two values, if one is pid then what is the other
OUTPUT
37354 7968
which one above is pid and what is the other number. please tell
CodePudding user response:
Both. You have two lh processes running.