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 does init do? What does inetd do?
What is the difference between hard link & softlink?
What is the difference between Swapping and Paging?
What is the job responsibility of a System Administrator (UNIX/LINUX),briefly describe (Also point out system admin's daily job details),specify job type & job description?
2 Answers HP, ICS Integrated Computer Solutions, TCS,
How to recover a system whose root password has lost?
. Using sed and grep, write a command which lists files and directories with following properties: (i) created in 1999 (ii) with user's as owner and group
what is output mkvg pvname
How to list only the directories inside a directory?
Telnet sometimes doesn't permit root logons,how will you then change a file writable only by root on a remote host?
Is this the command to connect oracle from unix? sqlplus -s username/password. Then what is the -S here...????
How do you create special files like named pipes and device files?
what is difference between milestone and run-levels in Solaris ?