Which of the following commands will load a kernel module along with any required dependency modules?
When running the command
sed -e "s/a/b/" /tmp/file >/tmp/file
While /tmp/file contains data, why is /tmp/file empty afterwards?
After running the command umount /mnt, the following error message is displayed:
umount: /mnt: device is busy.
What is a common reason for this message?
What is the maximum niceness value that a regular user can assign to a process with the nice command when executing a new process?
Which of the following shell commands makes the already defined variable TEST visible to new child processes? (Choose two.)