The _____ directory contains startup scripts and services.
/etc/init.d
The command _____ prints the systemd journal logs for a specific service unit
journalctl -u [UNIT]
The command _____ sets an environment variable
export
The directory /boot predominantly stores _____
boot loader static files
_____ allows Linux not to have to rescrape its own filesystem if it goes down.
Journalling
The command _____ prints kernel ring file and driver messages
dmesg
The command export _____
sets an environment variable
The command _____ prints the current user's environment variables
env
The _____ and /etc/grub.conf files contain init process configuration.
/etc/inittab
The command env _____
prints the current user's environment variables
The directory /var predominantly stores _____
log files, spool files, variable size files
The command dmesg _____
prints kernel ring file and driver messages
_____ allows Linux to replay its work thus far and complete all incomplete transactions in case of outage.
Journaling
The command _____ displays information about the operating system
uname
The /etc/inittab and _____ files contain init process configuration.
/etc/grub.conf
The command journalctl -u [UNIT] _____
prints the systemd journal logs for a specific service unit
The command uname _____
displays information about the operating system
The directory /srv predominantly stores _____
Files saved by running servers and services (like Apache)