How can you save device settings to a configuration file?

What will be an ideal response?


All device configuration changes you make with ip are lost when the system is rebooted. To restore the device configuration automatically when the system is started, the settings need to be saved in configuration files.
The configuration files for network devices are located in the /etc/sysconfig/network/ directory. If the network devices are set up with YaST, one configuration file is created for every device. For Ethernet devices, the filenames consist of ifcfg- and then the name of the device., such as ifcfg-eth0.
It is recommended to set up a device with YaST first and make changes in the configuration file. Setting up a device from scratch is a complex task, because the hardware driver would also need to be configured manually.

Computer Science & Information Technology

You might also like to view...

Which of the following seeks to get information from your computer and make it available to some other person?

A) Spyware B) Viruses C) Adware D) Trojan horses

Computer Science & Information Technology

PDF was created by _____.

A. Microsoft B. Google C. Apple D. Adobe Systems

Computer Science & Information Technology

A Ball class, TennisBall, and TennisPlayer class have what type of C++ relationships?

A. The TennisPlayer uses a Ball, and the Ball is a TennisBall. B. The TennisPlayer has a TennisBall, and the Ball is a TennisBall. C. The TennisPlayer has a Ball, and the TennisBall is a Ball. D. The TennisPlayer uses a TennisBall, and the TennisBall is a Ball.

Computer Science & Information Technology

____ arrays are two or more arrays, where each array has the same number of elements and the elements in each array are directly related by their position in the arrays.

A. Two-dimensional B. Multi-dimensional C. Parallel D. Complex

Computer Science & Information Technology