Run a process in the background (keep it running after SSH session is disconnected):
nohup command &or
Schedule a command to run later:
echo "command" | at now + 30 minute
Notes that will hopefully allow me to go through a particular case of tech pain no more than once.
nohup command &echo "command" | at now + 30 minute
0 comments:
Post a Comment