Derek Martin <[EMAIL PROTECTED]> writes: > I have no idea what name_service_door does on a Solaris system, but it's > almost definitely also a device special file, and would need to be > created similarly. Note that the first character in the output of ls -l > indicates whether it is a character special file or a block special > file. You need to pay attention and do the right thing.
It's a door file. There are several on Solaris. For example: Dr-------- 1 root root 0 Jan 23 13:33 rcm_daemon_door Drw-r--r-- 1 root root 0 Jan 23 13:31 syslog_door It's a type of special file found (I believe) only on Solaris and used for IPC. I don't know how to create them. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ rssh-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rssh-discuss
