Linux - Study Mode

[#1] The comparison expression "x ~ y" will true if
Correct Answer

(C) the string x matches the regular expression denoted by y

[#2] Which system call is used to create a hard link?
Correct Answer

(B) link

[#3] In Linux, the static libraries can be created by
Correct Answer

(A) ar command

[#4] Which command brings a background job into the foreground?
Correct Answer

(A) fg

[#5] Which option of GCC compiler provides the linking with shared libraries?
Correct Answer

(A) -lmylib