



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
LPI Linux Essentials 010-160 Practice Exam 2026 Guide
Typology: Exams
1 / 5
This page cannot be seen from the preview
Don't miss anything!




web browser?
environment? ing the linux distribution's provided installer)
echo -e "This "is" 'some' \\ntext" the exact string of: This "is" 'some' \ntext using echo -e "This "is" 'some' \\ntext" the echo command? would^ preserve^ This^ "is"^ 'some'^ \ntext โ the double backslash for the \n is needed due to the -e.
echo "This "is" 'some' \ntext" echo "This "is" 'some' \ntext" would preserve This "is" 'some' \ntext.
How would you invoke the info page for the mkdir command?
command?
the current working directory to your home directory in bash?
cd $HOME cd~ cd -
rm -rf *
tar xf archive.tar
tar tf ./archive.tar
wc
cat less
The top command displays which of the follow- The PIDs of running processes ing? System load average Running processes Current CPU usage
ss
dig www.linuxacademy.com use to resolve www.linuxacademy.com to an IP host www.linuxacademy.com address?
id cloud_user groups cloud_user cat /etc/group | grep cloud_user
execute with elevated privileges?
files?
UID/GID of the deleted user
useradd -m stosh
usermod -a -G linuxacademy stosh
Excute