Linux - Study Mode

[#116] Executing cat /etc/password > /dev/sda as superuser will
Correct Answer

(B) Write data to the physical device sda

[#117] Kernel objects are exported as . . . . . . . . via sysfs.
Correct Answer

(C) directories

[#118] What is the output of this program? #!/bin/sh
var="Example"
demo_function() {
var="Linux"
echo $var
}
demo_function
exit 0
Correct Answer

(B) Linux

[#119] The /dev directory contains the
Correct Answer

(B) device files

[#120] Which represents the user home directory
Correct Answer

(D) ~