|
My ps -ef|grep command results are chopped off
On our one HP-UX 11i box, we have some very long paths defined. When I want to check on our user processes running, the resulting paths are chopped off. /xyz/abc/123/......./server/b is really a process running in the ..../server/bin directory. Is this a terminal problem or buffer length problem? And, how can I see the rest of the path and process name?
Thanks,
Brian
|