1.
You are using quota on your system. How can you see disk quota details?
2.
You are experimenting with a binary in /tmp/foo.d that expects its configuration file at /etc/foo.conf. You don't want to save it there, but use a symbolic link to /tmp/foo.d/foo.conf instead. Which command would accomplish that?
3.
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?
4.
You have just added a CD-ROM drive (/dev/hdd) to your system and have added it to your fstab. Typically you can use which of the following commands to mount media in that drive to /mnt/cdrom?
5.
What does the command mount -a do?
6.
What would the following line accomplish if run as root? chown -R bert /home/bert/*
7.
Which chown command will change the ownership to foo and the group to bar on a file named biglist?
8.
Which of the following programs will only find files that are in your PATH?
9.
Which option must be listed in /etc/fstab to activate user quotas automatically?
10.
Which of the following commands makes /bin/foo executable by everyone but only writable by its owner?