Linux - Study Mode

[#271] x86 architecture uses big endian or little endian addressing mechanism?
Correct Answer

(A) little-endian

[#272] The -fPIC option of gcc
Correct Answer

(A) generates the position independent code of shared libraries

[#273] Which command creates an empty file if file does not exist?
Correct Answer

(B) touch

[#274] GDB stands for
Correct Answer

(A) GNU debugger

[#275] Which of the following file set in the current directory are identified by the regular expression a?b*
Correct Answer

(B) aabb, axbc