1.
Which of the following pieces of information of an existing file is changed when a hard link pointing to that file is created?
2.
What is the purpose of the xargs command?
3.
Which of the following commands can be used to create a new file that is 100kB in size?
4.
Which of the following statements is correct for a command line ending with a & character?
5.
Which of the following commands will produce the following output?
6.
Which signal is sent by the kill command by default?
7.
Which of the following commands will print important system information such as the kernel version and machine hardware architecture?
8.
In Bash, inserting 2>&1 after a command redirects:
9.
Pressing the Ctrl-C combination on the keyboard while a command is executing in the foreground sends which of the following signal codes?
10.
Which of the following commands changes all occurrences of the word "bob" in file data to "Bob" and prints the result to standard output?