Is there a simple way for me to add a shell command to a list of jobs to have run on the system when I'm not logged in?
For example:
I SSH into my system, decide that I want to read an ebook later, but it's in the wrong format. I'll use Calibre to convert it, but this will take up the CPU for many minutes. I'm in no rush though, so I would like to tell my system to start the Calibre convert operation (just running a shell command) as soon as I log out of my SSH session. Then later when I SSH in again, my converted book will be waiting for me.