Summer Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

010-150 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

010-150 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: Linux Essentials Certificate Exam, version 1.5
  • Last Update: Jun 17, 2025
  • Questions and Answers: 80
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

010-150 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

010-150 Practice Exam Questions with Answers Linux Essentials Certificate Exam, version 1.5 Certification

Question # 6

Which statement about users and user groups is correct?

A.

A group can only have one main user.

B.

There can be only one user group on a system.

C.

Users do not have to belong to a user group.

D.

Every user belongs to a least one user group.

Full Access
Question # 7

What does LAMP mean?

A.

The Linux Advanced Mode Programming Interface which gives advanced capabilities to application developers.

B.

The bus ID of an attached USB device that emits light.

C.

Short for Lightweight Access Management Protocol which synchronizes permissions in a network.

D.

The combination of Linux, Apache, MySQL and PHP or other programming languages.

E.

Short for lamport-clock which is important in distributed network computing.

Full Access
Question # 8

Which statements about the directory /etc/skel are correct? (Choose TWO answers)

A.

The personal settings of root are in this directory.

B.

The files from the directory are copied to the home directory of the new user when starting the system.

C.

The files from the directory are copied to the home directory of a new user when the account is created.

D.

The directory contains a default set of configuration files used by the useradd command.

E.

The directory contains the global settings for the Linux system.

Full Access
Question # 9

You have a program called /usr/bin/foo. You wish to create a symbolic link, /home/user/foo, that points to it. Which command will do this task?

A.

ln -sym /home/user/foo /usr/bin/foo

B.

ln -s /usr/bin/foo /home/user/foo

C.

ln /home/user/foo /usr/bin/foo

D.

ln /usr/bin/foo /home/user/foo

E.

ln --symlink /home/user/foo /usr/bin/foo

Full Access
Question # 10

The output of the program date should be saved in the variable actdat. What is the correct statement?

A.

actdat=`date`

B.

set actdat='date'

C.

date | actdat

D.

date > $actdat

E.

actdat=date

Full Access
Question # 11

What is the output of the following command?

tail -n 20 test.txt

A.

The first 20 lines of test.txt.

B.

The last 20 lines of test.txt omitting the blank lines.

C.

The last 20 lines of test.txt with line numbers.

D.

The last 20 lines of test.txt including blank lines.

Full Access
Question # 12

Which of the following is a requirement of the GPL license but not the BSD license?

A.

Users who modify and distribute the software under the GPL license, must make the modifications they made, available to the recipients under the same license.

B.

The GPL license forbids the removal of copyright and license notices from source code files that are distributed.

C.

The GPL license contains a disclaimer of warranty requiring users not to hold the software authors liable for any damages.

D.

The GPL license requires that any legal disputes be settled with the mediation of the Free Software Foundation.

Full Access
Question # 13

Which of the following Ubuntu releases is considered most stable and fit to use for business purposes?

A.

LTS

B.

Xubuntu

C.

Ubuntu Vanilla

D.

Kubuntu

E.

Xubuntu Server

Full Access
Question # 14

Which of the following commands can be used to view a file and do search operations within it while viewing the contents?

A.

less

B.

find

C.

grep

D.

report

E.

see

Full Access
Question # 15

Which commands will archive /home and its content to /mnt/backup? (Choose TWO correct answers.)

A.

cp -ar /home /mnt/backup

B.

mv /home /mnt/backup

C.

sync -r /home /mnt/backup

D.

tar -cf /mnt/backup/archive.tar /home

E.

copy -r /home /mnt/backup

Full Access
Question # 16

Which of the following commands can be used to extract content from a tar file?

A.

tar -xvf

B.

tar -vf

C.

tar -e

D.

tar -c

E.

tar –v

Full Access
Question # 17

While deleting all files beginning with the letter a there was still the file Access.txt left. Assuming that it had the correct ownership, why was it not deleted?

A.

Files with extensions need a different treatment.

B.

rm had to be called with the option -R to delete all files.

C.

The file Access.txt was probably opened by another application.

D.

The file Access.txt was hidden.

E.

Linux file names are case sensitive.

Full Access
Question # 18

What is the first character for file or directory names if they should not be displayed by commands such as ls unless specifically requested?

A.

\ (backslash)

B.

. (dot)

C.

- (minus)

D.

_ (underscore)

Full Access
Question # 19

Which command line can be used to search help files that mention the word "copy"?

A.

man -k copy

B.

whatis copy

C.

man copy

D.

copy help

E.

copy –help

Full Access
Question # 20

When typing a long command line at the shell, what single character can be used to split a command across multiple lines?

Full Access
Question # 21

Which command shows if /usr/bin is in the current shell search path?

A.

cat PATH

B.

echo $PATH

C.

echo %PATH

D.

cat $PATH

E.

echo %PATH%

Full Access
Question # 22

Which of the following commands are used to view memory usage? (Choose TWO correct answers.)

A.

memory

B.

top

C.

ps

D.

free

E.

nice

Full Access
Question # 23

After installing a new package, in which directory are you most likely find its configuration file?

A.

/lib

B.

/conf

C.

/etc

D.

/usr

E.

/opt

Full Access
Question # 24

Which network interface always exists in a Linux system?

A.

lo

B.

sit0

C.

wlan0

D.

vlan0

E.

eth0

Full Access