1. ► Only a process started by the superuser can write to the logging daemon.
2. ► Directory routines in the file dirent.h have routines for recursively accessing directories.
3. ► A file cannot be deleted unless all its hard links have been deleted.
4. ► It is possible to control the number of system calls in ANSI C IO libraries.
5. ► fdatasync and fsync do exactly the same thing.
6. ► ANSI C IO routines automatically deal with concurrency.
7. ► stat is a system call which is used to retrieve information about a file.
8. ► Only the superuser can view /var/log/messages.
9. ► Soft links reference the name of the file or directory.
10. ► A file system only has a fixed number of inodes which are configured at each reboot.
11. ► fcntl is used to get as well as set file attributes.
12. ► lseek cannot absolutely position a file pointer.
13. ► access call returns a -1 if the permission check succeeds.
14. ► ANSI C IO libraries are unbuffered.
15. ► Inode stands for: Interface Nodes.
16. ► File locks are mandatory on a GNU/Linux system.
17. ► Poll is much more efficient than select and should be the default choice.
18. ► sync does not need any arguments.
19. ► open call returns -1 on error.
20. ► stat command reports total number of hard links to a file.