최신Lpi LPIC-1 Exam 101, Part 1 of 2, version 5.0 - 101-500무료샘플문제
When using regular expressions, which of the following characters match the beginning of a line?
Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.)
Explanation:
The file in the /proc filesystem that lists the parameters passed from the bootloader to the kernel is /proc
/cmdline. This file contains a single line of text that shows the command line arguments that were used to boot the kernel. These arguments can include various options, such as the root device, the init process, the console device, and more. The /proc/cmdline file is read-only and cannot be modified at runtime. The parameters in this file are determined by the bootloader configuration, such as GRUB or LILO, and can be changed by editing the corresponding files12.
:1: The /proc Filesystem - The Linux Kernel documentation 2: passing bootloader arguments to the kernel - Unix & Linux Stack Exchange
Which function key is used to start Safe Mode in Windows NT?
Which option to the yum command will update the entire system? (Specify ONLY the option name without any additional parameters.)
Which of the following commands will send output from the program myapp to both standard output (stdout) and the file file1.log?
Which of the following file permissions belong to a symbolic link?
What is true about the following command?
Nmcli device wifi connect WIFIoI
What is true regarding the command
ls > files
if files do not exist?
Which standardized TCP port is used by HTTPS services?
Which of the following commands puts the output of the command date into the shell variable mydate?