March Sale 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: Mar 28, 2024
  • 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 Linux Essentials Certificate Exam - version 1.5 Questions and Answers

Question # 6

What is the output of the following command?

for token in a b c; do

echo -n ${token};

done

A.

anbncn

B.

abc

C.

$token$token$token

D.

{a}{b}{c}

E.

a b c

Full Access
Question # 7

Which of the following commands will display a list of all files in the current directory, including those that may be hidden?

A.

ls -a

B.

ls --hidden

C.

ls -h

D.

ls –a

Full Access
Question # 8

Why is the file data.txt empty after executing sort data.txt > data.txt?

A.

Because, if data.txt is empty now, it must have been empty before.

B.

Because sort cannot sort text files, only binary files.

C.

Because sort detects that both files are the same.

D.

Because the file gets truncated before sort is executed.

Full Access
Question # 9

Which of the following are correct commands for changing the current directory to the user's home? (Choose TWO answers)

A.

cd /home

B.

cd ~

C.

cd ..

D.

cd

E.

cd /

Full Access
Question # 10

Which commands provide help for a specific Linux command? (Choose TWO correct answers.)

A.

info

B.

man

C.

helpme

D.

ask

E.

whatdoes

Full Access
Question # 11

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 # 12

When a new user is added, where does the user ID get stored?

A.

/etc/users

B.

/etc/realm

C.

/etc/pass

D.

/etc/shpasswd

E.

/etc/passwd

Full Access