Additional Operations on Files
Truncate - maintains file attributes but erases the content of the file.
Append - writes information at the end of the file.
Open, close - to avoid searching the directory for each of the previous operations, expediting the overall performance of file operations, the operating system provides the open and close operations that associate a handler with the file.