🔍
In Unix operating system, special files are used to : (A) buffer data received in its input from where a process reads (B) provide a mechanism to map physical device to file names (C) store list of file names plus pointers associated with i-nodes (D) store information entered by a user application program or utility program
0 like 0 dislike

1 Answer

(B) provide a mechanism to map physical device to file names 
0 like 0 dislike

Related questions

Which of the following information about the UNIX file system is not correct? (A) Super block contains the number of i-nodes, the number of disk blocks, and the start of the list of free disk blocks. (B ... Each i-node is 256-bytes long. (D) All the files and directories are stored in data blocks. 
Answer : (C) Each i-node is 256-bytes long....

View solution
0 like 0 dislike
1 answer

The Unix Kernel maintains two key data structures related to processes, the process table and the user structure. Which of following information is not the part of user structure? (A) File descriptor table (B) System call state (C) Scheduling parameters (D) Kernel stack
Answer : (C) Scheduling parameters...

View solution
0 like 0 dislike
1 answer

Which of the following statement is not correct with reference to cron daemon in UNIX O.S? (A) The cron daemon is the standard tool for running commands on a predetermined schedule. (B) It starts ... command lines and the times at which they invoked. (D) Crontab for individual users are not stored.
Answer : (D) Crontab for individual users are not stored....

View solution
0 like 0 dislike
1 answer

What is the function of following UNIX command? WC - lb& (A) It runs the word count program to count the number of lines in its input, a, writing the result to b, as a foreground process. (B) It runs ... (D) It copies the l ' numbers of lines of program from file, a, and stores in file b.
Answer : (B) It runs the word count program to count the number of lines in its input, a, writing the result to b, but does it in the background....

View solution
0 like 0 dislike
1 answer
0 like 0 dislike
1 answer

50.5k questions

47.1k answers

240 comments

7.0k users