## **realpath path** Gets the real path of a path. Useful with stuff like `$(realpath $0)` ## **disown %id** Used to disown a background job ## **bg %job_id** Used to send a job to background ## **jobs** Used to list jobs ## **nohup command** Basically the same as bg and then disown with automatic logging to a file Doesn’t work; still needs to bg and disown ## Rsync For copying files?