process

  1. B

    Solved "nohup" not working when logout

    Hi. I have a very simple script #!/bin/bash echo "Wait 120s" sleep 120s echo "120s elapsed" > 120.txt I run nohup bash wait.sh & then the process goes to background. If I exit my SSH session and login again, there are no jobs running, and only the nohup.out file is there. What am I...
  2. A

    Process Details

    Hi Guys, is there any way in Linux(RedHat), we can get the details of the stopped process like which user terminated the process/Reason of termination/ time, and date of termination, etc. Please help me with this. Thanks in advance!
Top