1833838 Members
2372 Online
110063 Solutions
New Discussion

Re: linked file

 
J.A.R. Karremans
Frequent Advisor

linked file

Hi all,

I need to create a file called expres.dmp which ends up in a file called expres.dmp.Z (which is, as the name suggests, compressed). I noticed (in a working situation) that the first file has the attribute 'p' set.
How can I create this??
3 REPLIES 3
Tom Geudens
Honored Contributor

Re: linked file

Hi,
That kind of "file" is a pipe. Take a look at
#man 1M mknod
to find out how to create these.

Regards,
Tom
A life ? Cool ! Where can I download one of those from ?
Kenneth_19
Trusted Contributor

Re: linked file

You can refer to this link:

http://search.hp.com/redirect.html?url=http%3A//forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe071107d277ad611abdb0090277a778c,00.html&qt=pipe&hit=31

Cheers,
Kenneth
Always take care of your dearest before it is too late
G. Vrijhoeven
Honored Contributor

Re: linked file

I think you want to take a look at mkfifo.

Gideon