Linux - Study Mode

[#131] Which of the following UNIX flavor is from IBM?
Correct Answer

(D) AIX

[#132] LRU stands for
Correct Answer

(B) Least recently Used

[#133] Which of the following identifiers associated with a process decide its privilege level
Correct Answer

(C) euid

[#134] What is the output of this program? #! /usr/bin/awk -f
BEGIN {
print log(1)
}
Correct Answer

(A) 0

[#135] All numeric values are represented within awk in
Correct Answer

(A) double precision floating point