Multiple choice technology programming languages What is the purpose of sync command? To synchronize user applications To synchronize keyboard and monitor To synchornize disk buffers To syschronize main memory and cache memory Reveal answer Fill a bubble to check yourself C Correct answer Explanation The sync command forces the operating system kernel to flush disk buffers to permanent storage. It writes cached data from memory to the actual disk, ensuring data integrity. This is critical before unmounting or rebooting to prevent data loss.