Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

phoned(8) [debian man page]

PHONED(8)						      System Manager's Manual							 PHONED(8)

NAME
phoned - DECnet phone server daemon SYNOPSIS
phoned [options] Options: [-dvVh] [-u user] DESCRIPTION
phoned is a daemon that serves phone clients. It must be running for any users to the phone command. OPTIONS
-u Specifies the username that phoned runs as. By default this is "nobody". If this user does not exist then phoned will run as root which could be a security hole. NOTE that phoned must be started as root to allow it to bind to the phone DECnet object. -d Don't fork and run the background. Use this for debugging. -v Verbose. The more of these there are the more verbose phoned will be. Don't use more than one for normal operation because it will seriously impair performance. -h -? Displays help for using the command. -V Show the version of phoned. SEE ALSO
phone(1) DECnet utilities March 26 1999 PHONED(8)

Check Out this Related Man Page

RMTERMD(8)						      System Manager's Manual							RMTERMD(8)

NAME
rmtermd - Old style DECnet terminal services for Linux SYNOPSIS
rmtermd [options] Options: [-dvVh] [-l logtype] DESCRIPTION
Allows remote PDP-11 users to connect as a terminal over DECnet. This application implements the DTERM protocol over DECnet for allowing a remote DECnet host emulating a DEC VT100 terminal to connect to Linux. DTERM is the old OS-dependent network terminal protocol that predates CTERM; it is needed to support access from PDP-11 systems, which do not support CTERM. Note that this daemon implements the TOPS-20 variant of that protocol; the client at the other end has to speak that version. For example, under DECnet/E (for RSTS/E) you have to use the "unsupported" multi-protocol version of "set host". Normally this daemon will be run from dnetd(8) rather than by hand. OPTIONS
-l Set logging options. The following are available: -lm Log to /dev/mono. (only useful if you have my mono monitor driver or mdacon and a second monitor) -le Log to stderr. Use this for debugging or testing combined with -d. -ls Log to syslog(3). This is the default if no options are given. -d Don't fork and run the background. Use this for debugging. -v Verbose. The more of these there are the more verbose rmtermd will be. -h -? Displays help for using the command. -V Show the version of rmtermd. EXAMPLES
Starting the rmtermd daemon/Connecting to linux from a PDP-11. On Linux: # rmtermd On the PDP-11: $ set host pclnx Rmtermd Version 1.0.0 DECnet for Linux login: SEE ALSO
dntype(1), dndir(1), dndel(1), dntask(1), ctermd(8), dnetd(8), dnping(1), sethost(1), dnetd.conf(5) DECnet utilities July 27 1998 RMTERMD(8)
Man Page