QuestionQ84

Application Deployment and Security

Question Image

Refer to the exhibit. A network engineer is working on a Cisco DevNet application that is available to download from the Cisco DevNet website. The engineer creates a bash script to automate operations related to the application. Which workflow does the bash script automate?

  • A compilation and configuration of the Cisco DevNet application so that it must be started manually
  • B compilation, installation, and configuration of the Cisco DevNet application so that it starts automatically
  • C compilation and installation of the Cisco DevNet application for an autonomous deployment model
  • D installation and configuration of the Cisco DevNet application so that it starts manually
Explanation

./configure prepares the build configuration, make compiles the application, and make install installs it. systemctl enable devnet configures the service for automatic startup, while systemctl start devnet starts it immediately.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!