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 |
What are each of the standard files and what are they normally associated with?
What is egrep?
i am prepairing for 2+ yrs exp in oracle/unix production support,can u tell me which type issue comes in server plz help
What does init do? What does inetd do?
which is the best book for learning unix and linux?
how can we create the script in crontab at mid night on sunday,satuarday,fiday 0n monyh october,november,january? please give me answer if anybody knows ? because on important purpose.
in unix profile contains
Give two UNIX kernel parameters that effect an Oracle install
What is FTP?
What steps are required to perform a bare-metal recovery?
How to list only the directories inside a directory?
How do you log in to a remote Unix box?