An operating system must provide a number of operations associated with files so that users can safely store and retrieve data. Typical operations are :

Open
Close
Create
Copy
Rename
List

In addition, operations on single data elements within a file are supported by

Read
Write
Seek

NEXT