Which command is used to immediately write all buffered data to disk?

Choose the correct answer

Explanation

The 'sync' command forces the system to write all data from the buffers to the disk, ensuring data integrity. Other commands like 'savefile' or 'flushbuffers' do not perform this operation system-wide.

Which command is used to immediately write all buffe… — Basic of linux unix | PakQuizHub