Pass the LPI LPIC Level 1 102-400 Questions and answers with CertsForce

Viewing page 4 out of 4 pages
Viewing questions 31-40 out of questions
Questions # 31:

The presence of what file will temporarily prevent all users except root from logging into the system? (Specify the full name of the file, including path.)


Expert Solution
Questions # 32:

Which of the following commands can be used to limit the amount of memory a user may use?

Options:

A.

umask


B.

usermod


C.

ulimit


D.

passwd


E.

chage


Expert Solution
Questions # 33:

Which of the following commands connects to the remote host example.com which has OpenSSH listening on TCP port 2222? (Choose TWO correct answers.)

Options:

A.

ssh --port 2222 example.com


B.

ssh -p 2222 example.com


C.

ssh -o Port=2222 example.com


D.

ssh -o GatewayPort=2222 example.com


E.

ssh example.com:2222


Expert Solution
Questions # 34:

Which of the following find commands will print out a list of files owned by root and with the SUID bit set in /usr?

Options:

A.

find /usr -uid 0 -perm +4000


B.

find -user root +mode +s /usr


C.

find -type suid -username root -d /usr


D.

find /usr -ls \*s\* -u root


E.

find /usr -suid -perm +4000


Expert Solution
Questions # 35:

Which configuration file would be edited to change the default options for outbound SSH sessions?

Options:

A.

/etc/ssh/sshd_config


B.

/etc/ssh/ssh


C.

/etc/ssh/client


D.

/etc/ssh/ssh_config


E.

/etc/ssh/ssh_client


Expert Solution
Questions # 36:

Which of the following commands preloads and manages keys that are used for automatic authentication while logging in to other machines using SSH?

Options:

A.

sshd


B.

ssh-agent


C.

ssh-keygen


D.

ssh-add


Expert Solution
Viewing page 4 out of 4 pages
Viewing questions 31-40 out of questions