Multiple choice

Every operation on a file is instantly visible to all process in ____

  1. Unix semantics

  2. Session Semantics

  3. Immutable files

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Unix semantics specifies that every operation on a file is immediately visible to all processes sharing that file. In contrast, session semantics requires files to be closed before changes are visible to other users.