Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rmtermd(8) [debian 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)

Check Out this Related Man Page

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

NAME
fal - File Access Listener for DECnet SYNOPSIS
fal [options] Options: [-dvVhmt] [-l logtype] [-a auto-type] [-f <auto-file>] [-r <virtual-root>] DESCRIPTION
fal is a daemon that serves incoming DAP (Data Access protocol) connections from remote systems. It enables transparent file access to files from OpenVMS machines using standard DECnet syntax. It should be started at system boot time (after DECnet has been started) and must be run as root. The file names output by fal will adapt depending on the sytax of files that are requested of it. If VMS-style filenames are requested then VMS-style filenames will be returned. If Unix-style filenames are requested then Unix-style (native) filenames will be returned. Note that to force fal to display the contents of a directory with Unix-style names the name must end in a slash or have some form of wildcard char- acter in it. When returning VMS-style filenames, all names will be converted to upper case, directories will have .DIR appended to them and all file- names will have a version number of 1. In addition fal will construct a volume and directory syntax for the directory that will look familiar to VMS users. Of course it also understands this syntax when files and directories are requested of it. One of the problems with this is that Unix filenames with non-VMS syntax (eg double dots or "funny" characters) or files with uppercase letter in their names will not be accessible from VMS using VMS syntax. You must use Unix syntax to access these files through FAL. The options below affect the behaviour of fal. If you are using dnetd then these options should be specified in the dnetd.conf(5) file. By default all files sent by fal will be sent in STREAMLF format. This is configurable by the many command-line switches detailed below. 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. -a Set algorithm for automatically selecting file types. -ag Guess file type based on first few bytes -ae Check file extension against a table By default all files will be sent/received as STREAMLF -f <filename> Specify the filename used to check file extensions. Only valid with -ae. The format if the file is simple: extension <b/r> <block size>. In fact, 'r' is more of a comment than an instruction but it may be used in future to support proper variable-length record files. By default an internal table is used with some common file extensions. It is as follows: #Generic types .txt r .c r .cc r .log r .html r # VMS types .com r .lis r .bck b 32256 .save b 8192 .exe b 512 .zip b 512 #Linux types .tar b 10240 .gz b 512 .tgz b 512 .bz2 b 512 # End of file -u Enable users to override the two above options with a .fal_auto file in her/his home directory. This file should contain a single word: guess, ext or none. Note that -u and a .fal_auto file takes effect even if no -a option is present. -m Use the meta-file directory (normally named .fal) to store file attributes. Metafiles will override any guessed or checked file attributes. -t Instruct FAL for look for .$ADF$ files created by the NFS Client in TCP/IP for VMS V5.0+ and use them to get file attributes. This option can be used with the -m and -a flags in which case a .$ADF$ takes precedence over a fal metafile or a guessed file type. -r <virtual root> Run FAL in a "virtual root". All file accesses will be done below this directory rather than the normal root filesystem. ie access for "/" or "SYSDISK:[000000]" will start at the specified directory. Requests for ".." will be refused. NOTE: This is not a chroot, fal still runs in the normal filesystem. also note that this will lose the ability to access users home directories: all users doing a "DIR LINUX::*.*" from VMS will see the virtual root instead. -d Don't fork and run the background. Use this for debugging. -v Verbose. The more of these there are the more verbose fal 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 fal. SEE ALSO
decnet.proxy(5), dnetd(8), dnetd.conf(5), dntype(1), dndir(1), dndel(1), dntask(1), dnsubmit(1), dnprint(1) DECnet utilities May 6 1999 FAL(8)
Man Page