answersLogoWhite

0

What else can I help you with?

Related Questions

What command displays the configuration stored in NVRAM?

wr or copy running-config startup config


What command is used to delete the configuration stored in NVRAM?

erase startup-config


Where is the running configuration location?

The running configuration on a router or switch is stored in the device's RAM (Random Access Memory) while it is running. It's a temporary configuration that is lost when the device is powered off or restarted. To view the running configuration, you can use the "show running-config" command in the device's CLI (Command Line Interface).


What configuration is stored in the bios setup?

The Motherboard configuration is stored in the BIOS setup


Is the hardware system configuration stored in CMOS?

yes it is stored in CMOS


Where is the startup-configuration stored?

On NVRAM.


Where is the startup configuration file stored?

On NVRAM.


What Vista configuration data is stored in the vista file?

Boot Configuration Data (BCD)


What is internal command and examples of internal command?

A command that is stored in the system memory and loaded from the command.com


What stores windows configuration info?

Most of the configuration information (but not all) is stored in the Windows Registry.


Where is the router's start up configuration stored?

NVRAM


Please someone explain you command line argument in C?

Command Line Arguments---- I am trying to explain each word one by oneCommand ------perform specific taskex. When CMD is typed in run window and then press ok button then open a black screen that is called command prompt.Command Line ------on command prompt where command is supplied that is called command line.using command prompt dos commands are executed and java program is also executed using command prompt.for executing java program command is supplied with given syntaxjava java_class_name argument1 argument2.........Java--- is a commandjava_class_name ---name of java file which you want to executeargument1 argument2 --- are the values passing to java application from out sidethese argument1 argument2 are stored in string array argument of main method