Unix - Study Mode

[#951] When a string is used for numeral computations, perl converts it into . . . . . . . .
Correct Answer

(C) number

[#952] Address space of a process is virtual.
Correct Answer

(A) True

[#953] Which of the following symbol is used with chmod to assign permission to a file?
Correct Answer

(C) +

[#954] By default, kill uses the SIGTERM signal (15) to terminate the process.
Correct Answer

(A) True

[#955] Which library function uses kill to send any signal to the current process?
Correct Answer

(B) raise