How do you save the current candidate configuration in the set format to permanent storage media?
A . [edit]
user@router# show | set | save /var/tmp/current.conf
B . [edit]
user@router# show | compare set | save /var/tmp/current.conf
C . [edit]
user@router# save /var/tmp/current.conf | display set
D . [edit]
user@router# show | display set | save /var/tmp/current.conf
Answer: D