Questions
- Which of the following is true?
/proc
is just like any other directory in the Linux filesystem./proc
is the only pseudo-filesystem in Linux./proc
is one of several pseudo-filesystems in Linux.- You can set values for
/proc
parameters with thesystemctl
command.
- Which of the following commands would you use to set a value for a
/proc
parameter?sudo systemctl -w
sudo sysctl -w
sudo procctl -w
sudo sysctl -o
sudo systemctl -o
- You need a program executable to run with one specific root privilege, without having to grant any root privileges to the person who will be running it. What would you do?
- Add a namespace.
- Create a SECCOMP profile.
- Add the SUID permission.
- Add a kernel capability.
- Where would you find information about user processes?
- In the numbered subdirectories...