Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rconsole(1) [debian man page]

RCONSOLE(1)						      General Commands Manual						       RCONSOLE(1)

NAME
rconsole - attach to a specified remote-tty console SYNOPSIS
rconsole host DESCRIPTION
This manual page documents briefly the rconsole command. rconsole attaches to the specified remote-tty console. If invoked with no options it lists all the available consoles. SEE ALSO
remote-tty(1), ttysrv(8). AUTHOR
rtty was written by Paul Vixie <vixie@isc.org>. This manual page was written by Jonathan McDowell <noodles@earth.li> for the Debian project (but may be used by others). October 12, 2004 RCONSOLE(1)

Check Out this Related Man Page

WINPDB(1)						      General Commands Manual							 WINPDB(1)

NAME
winpdb, rpdb2 -- platform independent Python debugger SYNOPSIS
winpdb, rpdb2 [-h, --help] [-d, --debuggee] [-a, --attach] [-o, --host] [-r, --remote] [-e, --encrypt] [-p, --pwd] [-s, --screen] [-c, --chdir] [--debug] [[<script-name> [<script-args>...]]] DESCRIPTION
This manual page documents briefly the winpdb and rpdb2 commands. This manual page was written for the Debian distribution because the original program does not have a manual page. winpdb is a GUI frontend to rpdb2, a remote debugger for python, which is capable to debug threads- and curses-based code. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h --help Print the program's help. -d --debuggee Start debuggee and break into it, without starting a debugger console. -a --attach Attach to an already started debuggee. -o --host Specify host for attachment. -r --remote Allow debuggees to accept connections from remote machines. -e --encrypt Force encrypted connections between debugger and debuggees. -p --pwd Password. This flag is available only on NT systems. On other systems the password will be queried interactively if it is needed. -s --screen Use the Unix screen utility when spawning the debuggee. -c --chdir Change the working directory to that of the launched script. --debug Debug prints. AUTHOR
This manual page was written by Bernd Zeimetz <bernd@bzed.de> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2, as published by the Free Soft- ware Foundation. On Debian systems, the complete text of the GNU General Public License, Version 2, can be found in /usr/share/common-licenses/GPL-2. WINPDB(1)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

OR'ing condition in script

Hi, I have the following requirement. I am building a product on linux. The final build executables and libraries are all in different directories. I am writing a release script to collect all these final build items into a directory in /home/$USER/release. I have the following condition: ... (9 Replies)
Discussion started by: vino
9 Replies

2. Shell Programming and Scripting

Expect pattern matching in the command output

This is the command output need to be matched: Telnet console listening to port 42365. (the port number changes every time) Code to test it: ======================================= #!/tools/AGRtools/bin/expect exp_internal 1 set timeout 10 spawn bash set bashId $spawn_id ... (4 Replies)
Discussion started by: marsala
4 Replies