- Hands-On System Programming with Go
- Alex Guerrieri
- 69字
- 2021-06-24 13:42:11
File management
The handling of files and filesystems belongs to file management system calls. There are create and delete files that make it possible to add or remove an entry from the filesystem, and open and close operations that make it possible to gain control of a file in order to execute read and write operations. It is also possible to read and change file attributes.