READ Free Dumps For LPI- 117-201
Question ID 21494 | It is possible to configure kernel parameters at runtime (e.g. the maximum size of the shared memory segment |
Option A | Edit /etc/shmmax and set the parameter to 2147483648. |
Option B | sysctl shmmax=2147483648. |
Option C | sysctl kernel.shmmax=2147483648 |
Option D | echo 2147483648 > /proc/sys/kernel/shmmax |
Option E | export kernel.shmmax=2147483648 |
Correct Answer | C,D |
Question ID 21495 | To make a system backup, the simplest and fastest way is to use the tar command. Select the correct |
Option A | --create --list --extract |
Option B | --compose --list --expand |
Option C | -c -t -e |
Option D | -c -l -x |
Correct Answer | A |