How can I get a full process list in solaris, without truncated lines?
Is there a way to generate a full process listing in solaris, without truncated lines? I’ve tried the ps command, with the following arguments:
Is there a way to generate a full process listing in solaris, without truncated lines? I’ve tried the ps command, with the following arguments:
I want to kill the following processes using
Is there some way I can check which of my processes the kernel has killed? Sometimes I log onto my server and find that something that should’ve run all night just stopped 8 hours in and I’m unsure if it’s the applications doing or the kernels.
I know that you can use this to start a process in the background, without getting the notification when the process is put in the background and when it is done like so:
I am trying to create a script which will start many background command.
For each background command I need to get the return code.
I asked a question to know how to get multiple lines of message from Python’s subprocess module.
Why is it that ssh -t doesn’t wait for background jobs to finish?
Here is the behaviour I want to understand:
Let’s assume process runs in ulimited environment :
Currently I’m using the following to check how long a process is actually running: