1.
Which of the following Linux filesystems pre-allocates a fixed number of inodes at the filesystem's make/creation time, and does NOT generate them as needed?
2.
You are trying to make a hard link to an ordinary file but ln returns an error. Which of the following could cause this?
3.
Which chown command will change the ownership to dave and the group to staff on a file named data.txt?
4.
Which of the following commands enables the setuid (suid) permission on the executable called /bin/foo?
5.
Which of the following is a limitation of the cut command?
6.
Which of the following commands will print the first few lines of a text file to the shell?
7.
Which utility would you use to change how often a filesystem check is performed on an EXT2 filesystem (without losing any data stored on that filesystem)?
8.
Which of the following commands will print the inode usage on each mounted filesystem?
9.
What does the command mount -a do?
10.
What effect does the sticky bit have when set on a directory?