Multiple choice

Which prompt represents the appropriate mode used for the copy running-config startup-config command ?

  1. Switch-6J>

  2. Switch-6J#

  3. Switch-6J(config)#

  4. Switch-6J(config-if)#

  5. Switch-6J(config-line)#

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The 'copy running-config startup-config' command saves the current running configuration to NVRAM so it persists across reboots. This command requires privileged EXEC mode (indicated by the # prompt), not user mode (>) or configuration modes (config)#, (config-if)#, etc. The prompt Switch-6J# indicates privileged EXEC mode.