Month End Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Linux Foundation LFCS Exam Success: Linux Foundation Certified System Administrator Complete Study and Preparation Tips

Questions 61

Whenremoving a package, which of the following dpkg options will completely remove the files including configuration files?

Options:
A.

--clean

B.

--delete

C.

--purge

D.

–remove

Linux Foundation LFCS Premium Access
Questions 62

Which commands can be used to change a user's account aging information? (Choose THREE correct answers.)

Options:
A.

usermod

B.

passwd

C.

chattr

D.

chage

E.

chsh

Questions 63

What does the ? symbol within regular expressions represent?

Options:
A.

Match the preceding qualifier one or more times.

B.

Match the preceding qualifier zero or more times.

C.

Matchthe preceding qualifier zero or one times.

D.

Match a literal ? character.

Questions 64

Which shell command is used to continue background execution of a suspended command?

Options:
A.

&

B.

bg

C.

cont

D.

exec

E.

:&

Questions 65

Which of the following commands will change the quota for a specific user?

Options:
A.

edquota

B.

repquota

C.

quota -e

D.

quota

Questions 66

Which of the following command sequences overwrites the file foobar.txt?

Options:
A.

echo "QUIDQUIDAGIS" >> foobar.txt

B.

echo "QUIDQUIDAGIS" < foobar.txt

C.

echo "QUIDQUIDAGIS" > foobar.txt

D.

echo "QUIDQUIDAGIS" | foobar.txt

Questions 67

Which command, depending on its options, can display the open network connections, the routing tables, as well as network interface statistics. (Specify ONLY the command without any path or parameters.)

Options:
Questions 68

In an xinetd configuration file, which attribute specifies the network address that will be used to provide the service?

Options:
Questions 69

Which command is used to add an empty group to the system? (Specify ONLY the command without any path or parameters.)

Options:
Questions 70

Which of the following settingsfor umask ensures that new files have the default permissions -rw-r----- ?

Options:
A.

0017

B.

0640

C.

0038

D.

0027