[HPADM] [HPADM Summary] How to create special file

From: Ruby Domalanta (rdomalan@dairy-farm.com.ph)
Date: Thu Aug 12 2004 - 04:16:52 EDT


Hi Guys,
Thanks anyways to all who responded. They advise me to use mkfifo command.
This file is not a fifo device file.
Actually, I've done some research through internet and here's what I found.
So basically, this socket device file cannot be created manually. Just like
to share this information to everyone.
Sockets
Sockets are the means for UNIX to network with other machines. Typically,
this is done using network ports; however, the file system has a provision
to allow for interprocess communication through socket files. (A popular
program that uses this technique is the X Windows system.) You rarely have
to deal with this kind of file and should never have to create it yourself
(unless you're writing the program). If you need to remove a socket file,
use the rm command. Socket files are identified by their permission settings
beginning with an s character. An ls -l on a socket file looks something
like this:
srwxrwxrwx 1 root admin 0 May 10 14:38 X0

Regards,
Ruby

> -----Original Message-----
> From: Ruby Domalanta
> Sent: Thursday, August 12, 2004 10:19 AM
> To: hpux-admin@DutchWorks.nl
> Subject: How to create special file
>
> Dears,
>
> Does anybody know how can I create this kind of file? I've tried either
> mknod and chmod but it doesn't work.
> srwxrwxrwx 1 eab005 fl08curs 0 Jun 7 10:42 pipe
>
>
> Best Regards,
> Ruby Domalanta
>

--
             ---> Please post QUESTIONS and SUMMARIES only!! <---
        To subscribe/unsubscribe to this list, contact majordomo@dutchworks.nl
       Name: hpux-admin@dutchworks.nl     Owner: owner-hpux-admin@dutchworks.nl
 
 Archives:  ftp.dutchworks.nl:/pub/digests/hpux-admin       (FTP, browse only)
            http://www.dutchworks.nl/htbin/hpsysadmin   (Web, browse & search)


This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 11:02:42 EDT