The best example of a simplifying abstraction provided by the operating system in the options you've listed is:
Ability to access files from the shell.
This abstraction allows users to interact with the file system in a more straightforward way, as the operating system manages the complexities of file storage and retrieval, allowing users to focus on higher-level tasks rather than the details of how files are stored physically.