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 |
does the stat() function call use the inode of the file to generate the information about a file? what is inode mostly used for?
Why do inode number start from 1 and not 0 ?
What do you mean by u-area (user area) or u-block?
what happens when we create a file system?
how can you say that unix operating system provides more security than other operating systems.
What is mean by Mac os? Why it is named as like that? Which purprose it is using? Please answer me. Advance thanks.
What does mknod do? What?s a named pipe?
Name key files or directories on a Windows system that should always be backed up?
What are the mount and unmount system calls?
What is 'inode'?
What is the difference between internal and external commands?
13 Answers BPL, DOEACC, Engro, Kuvempu University, NIIT, TCS,
How do you list the files in an UNIX directory while also showing hidden files?