Which of the following directories on a 64-bit Linux system typically contain shared libraries? (Choose two.)
A faulty kernel module is causing issues with a network interface card. Which of the following actions ensures that this module is not loaded automatically when the system boots?
Which command displays a list of all background tasks running in the current shell? (Specify ONLY the command without any path or parameters.)
When running the command
sed -e "s/a/b/" /tmp/file >/tmp/file
While /tmp/file contains data, why is /tmp/file empty afterwards?