010-160: Linux Essentials Certificate Exam, version 1.6
LPI
Related questions
FILL BLANK
When typing a long command line at the shell, what single character can be used to split a command across multiple lines?
Which of the following DNS record types hold an IP address? (Choose two.)
What are the differences between hard disk drives and solid state disks? (Choose two.)
What is true about the dmesg command? (Choose two.)
Where is the operating system of a Raspberry Pi stored?
The file script.sh in the current directory contains the following content:
#!/bin/bash echo $MYVAR
The following commands are used to execute this script:
MYVAR=value
./script.sh
The result is an empty line instead of the content of the variable MYVAR. How should MYVAR be set in order to make script.sh display the content of MYVAR?
Which of the following commands puts the lines of the file data.csv into alphabetical order?
Which files are the source of the information in the following output? (Choose two.)
uid=1000 (bob) gid=1000 (bob) groups=1000 (bob), 10 (wheel), 150 (wireshark), 989 (docker), 1001 (libvirt)
What information is stored in /etc/passwd? (Choose three.)
Which of the following commands output the content of the file Texts 2.txt? (Choose two.)
Question