banderas20
Active Member
Hi.
I have a very simple script
I run
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 missing?
Thanks!
PS: running Debian GNU/Linux 12 (bookworm)
I have a very simple script
Code:
#!/bin/bash
echo "Wait 120s"
sleep 120s
echo "120s elapsed" > 120.txt
I run
Code:
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 missing?
Thanks!
PS: running Debian GNU/Linux 12 (bookworm)