linux4noobs
linux4noobs ace_garp 1y ago 100%

Editing config files safely

You can backup your config files before editing them, like this:

cp configbeingedited.conf configbeingedited.conf__orig_datestring

This way, when things break or don't function how you like, you can easily copy the original config file back into position, restoring the original functionality.

16
12
Comments 12