Linux - Study Mode
[#521] What is the default maximum number of processes that can exist in Linux?
Correct Answer
(A) 32768
[#522] Which command is used to identify file type?
Correct Answer
(B) File
[#523] Advantage of FIFO over pipe is
Correct Answer
(B) unrelated processes can communicate
[#524] What is the output of this program? #! /usr/bin/awk -f
BEGIN {
a=0
do {
print "example"
a++
} while (a<5)
}
Correct Answer
(B) "example" will print 5 times
[#525] A device class describes the . . . . . . . . type of device.
Correct Answer
(C) functional