What does mknod do? What?s a named pipe?
in linux system everything includind hardware is a file. the
coomand mknod,mkfifo craetes these special files like block
files for a disk which can take multiple inputs
simultaneously or a special character file denoted by c
which can take one input at a time
names pipes(also known as fifo) are special pipes these are
used for interprocess communication. suppose you have written
ps -e |less in this example the output of the ps -e coomand
will be temporaroly moved to temporary file created by this
pipe and you will be able to see the data. but as soon as
this process ends this file will be ended. but the files
created by named pipes will not be deleted. named pipes are
created using the command mkfifo or mknod. named pipes are
system persistant.
| Is This Answer Correct ? | 2 Yes | 1 No |
how to create a file system quota in HP-UX?
why unix commands simpler rather than complex task
In Unix inter process communication take place using?
What are the read or write or execute bits on a directory mean?
What is INODE?
What does iostat do?
What is file constructing in UNIX/AIX ?
System A can contact system B, but not in reverse, not firewall, not tcp wrappers, what is the reason ?
Explain iostat, vmstat and netstat.
In this command sqlplus -s username/password what is -S and what's the use..???
What is YACC?
How to give root privileges without using SU/sudor ?