Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Linux Foundation Certified System Administrator

Last Update 1 day ago Total Questions : 260

The Linux Foundation Certified System Administrator content is now fully updated, with all current exam questions added 1 day ago. Deciding to include LFCS practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our LFCS exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these LFCS sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Linux Foundation Certified System Administrator practice test comfortably within the allotted time.

Question # 61

Which of the following are init systems used within Linux systems? (Choose THREE correct answers.)

A.

startd

B.

systemd

C.

Upstart

D.

SysInit

E.

SysV init

Question # 62

Which of the following information is stored within the BIOS? (Choose TWO correct answers.)

A.

Boot device order

B.

Linux kernel version

C.

Timezone

D.

Hardware configuration

E.

The system's hostname

Question # 63

Which Bash environment variable defines in which file the user history is stored when exiting a Bash process? (Specify ONLY the variable name.)

Question # 64

What is the purpose of the command mailq?

A.

It fetches new emails from a remote server using POP3 or IMAP.

B.

It is a multi-user mailing list manager.

C.

It is a proprietary tool contained only in the qmail MTA.

D.

It queries the mail queue of the local MTA.

E.

It is a command-line based tool for reading and writing emails.

Question # 65

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

Question # 66

Which of the following commands will help identify a broken router between the local and the remote machine?

A.

ps

B.

netstat

C.

nslookup

D.

ifconfig

E.

traceroute

Question # 67

What command will generate a list of user names from /etc/passwd along with their login shell?

A.

column -s : 1,7 /etc/passwd

B.

chop -c 1,7 /etc/passwd

C.

colrm 1,7 /etc/passwd

D.

cut -d: -f1,7 /etc/passwd

Question # 68

What is the purpose of the file /etc/profile?

A.

It contains the welcome message that is displayed after login.

B.

It contains security profiles defining which users are allowed to log in.

C.

It contains environment variables that are set when a user logs in.

D.

It contains default application profiles for users that run an application for the first time.

Question # 69

What is the default action of the split command on an input file?

A.

It will break the file into new files of 1,024 byte pieces each.

B.

It will break the file into new files of 1,000 line pieces each.

C.

It will break the file into new files of 1,024 kilobyte pieces each.

D.

It will break the file into new files that are no more than 5% of the size of the original file.

Question # 70

How can the current directory and its subdirectories be searched for the file named MyFile.xml?

A.

find . -name MyFile.xml

B.

grep MyFile.xml | find

C.

grep -r MyFile.xml .

D.

less MyFile.xml

E.

search Myfile.xml ./

Go to page: