102-400 LPI Level 1 Exam 102, Junior Level Linux Certification, Part 2 of 2

Loading demo links...

Showing 1–3 of 10 questions

Question 1 (Security)

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

Select all that apply, then click Submit answer.

  • ssh --port 2222 example.com

  • ssh -p 2222 example.com

  • ssh -o Port=2222 example.com

  • ssh -o GatewayPort=2222 example.com

  • ssh example.com:2222

Question 2 (Essential System Services)

Which of the following are syslog facilities? (Choose two.)

Select all that apply, then click Submit answer.

  • local7

  • mail

  • advanced

  • postmaster

  • remote

Question 3 (Shells, Scripting and Data Management)

Which of the following files, when existing, affect the behavior of the Bash shell? (Choose two.)

Select all that apply, then click Submit answer.

  • ~/.bashconf

  • ~/.bashrc

  • ~/.bashdefaults

  • ~/.bash_etc

  • ~/.bash_profile