zero_fill_file_and_delete_after ← Previous Next → cat /dev/zero > zero.file; rm -f zero.file The command “cat /dev/zero > zero.file; rm -f zero.file” will produce the following error message. It’s OK.