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 is mutex?
What is paging?
What is a Region?
What is a pipe?
How do you use Unix for Backend Testing ?
Explain about Inodes?
How do I log into a remote Unix machine(as a root/normal user)?Please specify with command user and argument.
What are the processes that are not bothered by the swapper? Give Reason.
I am trying to unmount a remote file system,but I do not unmount that file system.How can i know the user name (i.e.,user who is using that file system).....write the command with argument
What are setuid/setgid in relation to file permissions?
what is RAID 1+0?
In Unix inter process communication take place using?