You want to edit the configuration of an internal 56 K modem that you have installed in your Linux system recently so that it works with your ISP. Which of the following files should you edit?
  1. /etc/sysconfig/network/ifcfg-modem0
  2. /dev/modem0
  3. /etc/sysconfig/modems/ifcfg-modem0
  4. /etc/sysconfig/ppp/ifcfg-modem0
Explanation
Answer - A - You should edit the /etc/sysconfig/network/ifcfg-modem0 file to edit the configuration of an internal 56 K modem that you have installed in your Linux system recently so that it works with your ISP.

Key Takeaway: A modem interface is installed the same way as an Ethernet interface. You should install a new interface named modem0. You should use the /etc/sysconfig/network/ifcfg-modem0 file to configure this device. To dial the connection, you need to enter ifup modem0 at the shell prompt. To close the connection, you need to enter ifdown modem0.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz