You have a file named newbackup on the server1.example.com server. To download the file
through Iftp as user bob, you issued the following command:
[bob@station2 ~]$ Iftp ftp.server1.example.com/pub/> get newbackup &
After a while, before the download is completed, you quit Iftp. Which statement about Iftp holds
true in this context?
A.
It will continue to run in the background but stops downloading the file.
B.
It ignores the quit signal and continues the download until it completes it.
C.
It will continue to run in the background until the entire file has been downloaded.
D.
It will run as a foreground process until the file is downloaded completely and then quits.