![]() |
![]()
| ![]() |
![]()
NAMEdtspcd — CDE Subprocess Control Service SYNOPSISdtspcd [-debug] [-log] [-auth_dirdirectory] [-timeoutnum_minutes] [-mount_pointmount_point] DESCRIPTIONThe daemon for the CDE Subprocess Control service, dtspcd, is not intended to be started directly by the user, rather it should be started automatically by the inetd daemon (see inetd(1m)) in response to a CDE client requesting a process to be started on the daemon's host. OPTIONS
AUTHENTICATIONWhen a CDE client attempts to connect to a dtspcd daemon, the client sends the daemon its username. The daemon uses the username to determine the user's home directory on the daemon's host. The home directory is used during authentication and it must be readable by the daemon and writable by the client. Therefore, the user's home directory on the daemon's host must be mounted to the client host. If the user's home directory is not readable and the -auth_dir command line option is not used, the directory /var/dt/tmp will be used. To use a directory other than the user's home directory for authentication, use the -auth_dir command line option. CONFIGURATIONThe dtspcd daemon is an Internet service that must be registered in the file /etc/services as follows: dtspc 6112/tcp
and in the file /etc/inetd.conf as follows: dtspc stream tcp nowait root /usr/local/dt/bin/dtspcd /usr/local/dt/bin/dtspcd
ENVIRONMENT VARIABLE MANAGEMENTThe CDE Subprocess Control service allows the user and system administrator to create files of environment variable definitions to be placed in the processes environment before a remote process is started. See dtspcdenv(4) for more information. OPERATING SYSTEM DEPENDENCIESOn HP-UX, the file /usr/adm/inetd.sec may be used to control access to the dtspcd daemon. See inetd.sec(4) for more information. FILES
DIAGNOSTICSUse the command line options -log and -debug (described above) to get diagnostic information. SEE ALSOinetd(1m), services(4), inetd.conf(4), dtspcdenv(4).
|