adspace


How to find the difference in two configuration files?

Answer Posted / Abhishek Chaudhary

To find the differences between two configuration files in Linux, you can use a tool like 'diff'. Here's an example: `diff -r <directory_path> <directory_path2>`. This command will recursively compare the directories and show the differences between the files.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest linux kernel?

1035


What is the latest version of linux?

1022


How do I search for files containing specific text in linux?

826