Give an example of a scenario that might benefit from a file system supporting an
append-only access write
Answer:
-An application where an append-only access write would be useful could be a “drop box” to hand in finished assignments where no further adjustments can be made. Another could be a very rudimentary version control system in which every single revision of the file is stored in full. A third could be a log file, where append-only prevents editing existing log entries