Oracle
1Z0-409 · Question #60
You have a file named newbackup on the server1.example.com server. To download the file through lftp as user bob, you issued the following command: [bob@station2 ~]$ lftp…
The correct answer is C. It will continue to run in the background until the entire file has been downloaded. See the full explanation below for the reasoning.
Question
You have a file named newbackup on the server1.example.com server. To download the file through lftp as user bob, you issued the following command:
[bob@station2 ~]$ lftp ftp.server1.example.com/pub/> get newbackup & After a while, before the download is completed, you quit lftp. Which statement about lftp holds true in this context?
Options
- AIt will continue to run in the background but stops downloading the file.
- BIt ignores the quit signal and continues the download until it completes it.
- CIt will continue to run in the background until the entire file has been downloaded.
- DIt will run as a foreground process until the file is downloaded completely and then quits.
How the community answered
(34 responses)- A18% (6)
- B3% (1)
- C71% (24)
- D9% (3)
Community Discussion
No community discussion yet for this question.