How to find the difference in two configuration files?



How to find the difference in two configuration files?..

Answer / 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

More Linux General Interview Questions

Is linux better than unix?

1 Answers  


what are the qualities of soft links in linux?

1 Answers  


Is semaphore still used today?

1 Answers  


Is it hard to learn linux?

1 Answers  


How would you open a file in read-only mode using the vim editor?

1 Answers  


Name two methods you could use to rename a file?

1 Answers  


What is UIL(user interface language)

1 Answers   Siemens,


What is the difference between kill, pkill, and killall?

1 Answers  


What is the difference between linux and unix?

2 Answers  


How can you enhance the security of the password file?

1 Answers  


Does linux cost money?

1 Answers  


What is the root account in linux?

1 Answers  


Categories