We first need to be able to create() and delete() files. Either system call requires the name of the file and perhaps some of the file’s attributes. Once the file is created, we need to open() it and to use it. We may also read(), write(),orreposition() (rewind or skip to the end of the file, for example). Finally, we need to close() the file, indicating that we are no longer using it