Questions Related to technology

Multiple choice technology web technology
  1. restart your computer

  2. run ldconfig

  3. edit /etc/ld.so.conf to add the new library path and then run ldconfig

  4. edit /etc/ld.so.conf to add the new library path and then run ld.so

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology web technology
  1. The command bar gets its input from file foo and writes its output to the file foobar.

  2. The command foo gets its input from the file bar and redirect its output to the command foobar.

  3. The command bar writes its output to the files foo and foobar.

  4. The command foo gets its input from the file bar and writes its output to the file foobar.

Reveal answer Fill a bubble to check yourself
B Correct answer