81. In linux kernel 2.1, the minor numbers were used to
82. Sysfs does not contains
83. Which character to use to escape meaning of special characters in search operations?
84. nohup is used to
85. The a.out file is in the
86. Any file or directory present in the . . . . . . . . directory may not be reserved between the invocation of the program.
87. Code snippets
str1=”45678\n”
str2=”123\n”
f1 = fopen(file1,RDWR,RWX)
f2 = fopen(file1,RDWR,RWX)
write(f1,str1,len_str1)
write(f2,str2,len_str2)
o/p:
str1=”45678\n”
str2=”123\n”
f1 = fopen(file1,RDWR,RWX)
f2 = fopen(file1,RDWR,RWX)
write(f1,str1,len_str1)
write(f2,str2,len_str2)
o/p:
88. The system calls in UNIX is written using which language
89. ? Specifies
90. Parameters can be passed to a function
Read More Section(Linux)
Each Section contains maximum 100 MCQs question on Linux. To get more questions visit other sections.