Linux - Study Mode
[#396] What is the output of this program? #! /usr/bin/awk -f
BEGIN {
a=6
do {
print "example"
a++
} while (a<5)
}
Correct Answer
(D) "example" will print only 1 time
[#397] Which one of the following command can be used to provide executable permissions for a file?
Correct Answer
(C) both chmod +x and chmod 777
[#398] The /etc/passwd file doesn't contain
Correct Answer
(D) none of the mentioned
[#399] System binaries are stored in
Correct Answer
(D) all of the mentioned
[#400] In we use a driver for N number of files, then we have to create . . . . . . . . device files.
Correct Answer
(A) N