I will take the LPIC exam again for the first time in 10 years, so I will write down the parts that I remembered in the process of studying.
--Location of bootloader configuration file /boot/grub/menu.lst (for GRUB)
--For GRUB2 Execute update-grub2 command after modifying the contents of / etc / default / grub
--Check the kernel parameters set at the boot loader with the following command cat /proc/cmdline
--systemd management commands → systemctl
httpd service start (.service can be omitted) systemctl start httpd.service or systemctl start httpd
--Show all configuration files that have changed systemd-delta
-debian service management commands update-rc.d samba default
-Format of / etc / fstab Device name mount point file system option dump fsck
Recommended Posts