Ssh – can you run a shell command via nohup at later time

bashnohupssh

I'd like to run a script at 6pm on a remote server but don't want to wait around to trigger it. I don't want to use cron since it's a one time deal.

Can I do something like "nohup myscript &" with a "sleep" or "after" command?

Thanks!

Best Answer

Are you sure you aren't looking for something like at.