Weekend Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Pass the LPI Linux Essentials Certificate Exam - version 1.6 010-160 Questions and answers with ValidTests

Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions
Questions # 1:

Which of the following outputs could stem from the commandlast?

Options:

A.

1 ls

2 cat text.txt

3 logout

B.

Password for user last changed at Sat Mar 31 16:38:57 EST 2018

C.

Last login: Fri Mar 23 10:56:39 2018 from server.example.com

D.

EXT4-fs (dm-7): mounted filesystem with ordered data mode. Opts: (null)

E.

root tty2 Wed May 17 21:11 - 21:11 (00:00)

Expert Solution
Questions # 2:

Which command copies the contents of the directory /etc/, including all sub-directories, to /root/?

Options:

A.

copy /etc /root

B.

cp -r /etc/* /root

C.

cp -v /etc/* /root

D.

rcp /etc/* /root

E.

cp -R /etc/*.* /root

Expert Solution
Questions # 3:

Which of the following commands sorts the output of the commandexport-logs?

Options:

A.

export-logs < sort

B.

export-logs > sort

C.

export-logs & sort

D.

export-logs | sort

E.

export-logs <> sort

Expert Solution
Questions # 4:

Which one of the following statements concerning Linux passwords is true?

Options:

A.

All passwords can be decrypted using the system administrator's master password.

B.

Passwords may never start with a non-letter.

C.

Users cannot change their password once it has been set.

D.

Passwords are only stored in hashed form.

E.

Passwords may be at most six characters long.

Expert Solution
Questions # 5:

What can be found in the /proc/ directory?

Options:

A.

One directory per installed program.

B.

One device file per hardware device.

C.

One file per existing user account.

D.

One directory per running process.

E.

One log file per running service.

Expert Solution
Questions # 6:

Which of the following commands puts the lines of the file data.csv into alphabetical order?

Options:

A.

a..z data.csv

B.

sort data.csv

C.

abc data.csv

D.

wc -s data.csv

E.

grep --sort data.csv

Expert Solution
Questions # 7:

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?

Options:

A.

!MYVAR=value

B.

env MYVAR=value

C.

MYVAR=value

D.

$MYVAR=value

E.

export MYVAR=value

Expert Solution
Questions # 8:

The current directory contains the following file:

-rwxr-xr-x 1 root root 859688 Feb 7 08:15 test.sh

Given that the file is a valid shell script, how can this script be executed? (Choose two correct answers.)

Options:

A.

run test.sh

B.

${test.sh}

C.

cmd ./test.sh

D.

./test.sh

E.

bash test.sh

Expert Solution
Questions # 9:

What is defined by a Free Software license?

Options:

A.

Details of the technical documentation each contributor has to provide.

B.

The programming languages which may be used to extend the licensed program.

C.

A complete list of libraries required to compile the licensed software.

D.

Limits on the purposes for which the licensed software may be used.

E.

Conditions for modifying and distributing the licensed software.

Expert Solution
Questions # 10:

Which of the following directories contains information, documentation and example configuration files for

installed software packages?

Options:

A.

/usr/share/doc/

B.

/etc/defaults/

C.

/var/info/

D.

/doc/

E.

/usr/examples/

Expert Solution
Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions