If a program’s execution is expected to take a long time, you can start its execution and then log off the system without having to wait for it to finish. This is done with the command nohup, which is short for “no hangup.” Let’s say, for example, you want to copy a very large file but you can’t wait at the terminal until the job is finished. The command is: