How do you create special files like named pipes and device
files?
Answer / wizard_cmp@yahoo.co.in
mknod
To create a pipe we need extra argument i.e p
Ex: mknod <pipe_name> p
| Is This Answer Correct ? | 3 Yes | 0 No |
What do you mean by u-area (user area) or u-block?
What are the processes that are not bothered by the swapper? Give Reason.
In Unix inter process communication take place using?
How would you change all occurrences of a value using VI?
virtual terminal protocol is an example of which layer and works with which layer?
What is major difference between the Historic Unix and the new BSD release of Unix System V in terms of Memory Management?
What is paging?
which is the best book for learning unix and linux?
What are setuid/setgid in relation to file permissions?
does the stat() function call use the inode of the file to generate the information about a file? what is inode mostly used for?
What is an incremental backup?
What is a FIFO?