Answer:
chunking
Explanation:
Chunking refers to an approach for making more efficient use of short-term memory by grouping information. Chunking breaks up long strings of information into units or chunks. The resulting chunks are easier to commit to memory than a longer uninterrupted string of information.
Answer:
Kernal module
Explanation:
Modules are pieces of code that can be loaded and unloaded into the kernel upon demand. They extend the functionality of the kernel without the need to reboot the system.
An if or else statement can be
Answer:
more /var/log/auth.log
less /var/log/auth.log
Explanation:
The commands that can be used to view the content of the auth.log file page by page are:
more /var/log/auth.log
less /var/log/auth.log