Which command is used to immediately write all buffered data to disk?
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.