LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   knoppix 3.7 wont save changes (https://www.linuxquestions.org/questions/linux-distributions-5/knoppix-3-7-wont-save-changes-371081/)

pressea 10-08-2005 08:17 PM

knoppix 3.7 wont save changes
 
i have knoppix 3.7 on hd.any changes made are lost on restart. why?

MensaWater 10-08-2005 08:32 PM

You need to be a little more specific about what changes are being lost. Many commands simply modify the running configuration. To make them permanent you have to edit startup or configuration files so that they are invoked again at next startup.

Examples:
You can manually mount a filesystem. To make it mount automatically though you need to add it to /etc/fstab.

You can add a route with the route add command for networking but to make it permanent you need to edit your network config scripts.

Even some things you think you made permanent can be overwritten by the way you've set things up. An example of this is /etc/resolv.conf which specifies your DNS servers to query. If you're running dhcp (dhclient) and the DHCP server propagates DNS servers it will actually overwrite this file on reboot unless you modify your dhclient.conf.


All times are GMT -5. The time now is 09:51 PM.