I would appreciate any good links or e-books that would provide a baseline understanding of input output redirection(not with stdio.h library e.g fopen, fclose etc). Preferably more low level control with read() open() write() etc.
Also any good material pipes, again for a baseline understanding.
I have a fairly good understanding of child processes and the exec family. I want to use this info to write a shell.
2 replies to this topic
#1
Posted 17 November 2010 - 08:47 AM
Perfection of means and confusion of ends seem to characterize our age. Albert Einstein :confused:
|
|
|
#2
Posted 17 November 2010 - 11:30 PM
Programming In Linux Environment by Wrox Publications has a chapter on the concepts you are asking with solved examples.
Following should give you what you are asking
http://snap.nlc.dccc...hap3/chap3.html
Following should give you what you are asking
http://snap.nlc.dccc...hap3/chap3.html
#3
Posted 18 November 2010 - 12:24 PM
Hi,
You can find a very good example how to use read,write for pipe over
pipe(2): create pipe - Linux man page
I hope this helps
Munir
You can find a very good example how to use read,write for pipe over
pipe(2): create pipe - Linux man page
I hope this helps
Munir
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









