Linux - Study Mode

[#276] Which command is used to assign read-write permission to the owner?
Correct Answer

(C) chmod u=rw file

[#277] The makefile starts executing from
Correct Answer

(C) first target whose name does not starts with "."

[#278] To use the static library in the program
Correct Answer

(C) header file must be provided to in the source code & path for the library must be specified

[#279] Which file contains the boot options passed to the kernel?
Correct Answer

(C) /proc/boot

[#280] In GDB which one of the following allows us to specify a variable in terms of the file or function where it is defined?
Correct Answer

(A) ::