Sponsored Content
Full Discussion: Telnet behavior
Top Forums UNIX for Dummies Questions & Answers Telnet behavior Post 9634 by piltrafa on Wednesday 31st of October 2001 11:02:29 AM
Old 10-31-2001
Network Telnet behavior

Hi there, I've an stupid question. If I make a telnet to a server from my computer and then execute a command that starts an application (on the server), when I disconnect, the application stops running, which is pretty obvious. Is it possible to add a flag at the end of the command so when I cut the telnet session the application on the server continues running..???

I hope I made myself clear with my basic english.
 

10 More Discussions You Might Find Interesting

1. Programming

ls behavior

I put this here because it is a 'behavior' type question.. I seem to remember doing ls .* and getting all the .-files, like .profile .login etc. But ls .* doesn't do that, it lsts the contents of every .*-type subdirectory. Is it supposed to? I should think that a -R should be given to... (10 Replies)
Discussion started by: AtleRamsli
10 Replies

2. HP-UX

ltoa Behavior

I am working with the following code: #include <stdlib.h> #include <string> #include <iostream> using std::cout; using std::endl; using std::flush; int main() { long lng1 = 123; long lng2 = 4567; cout<<ltoa(lng1)<<ltoa(lng2)<<endl<<flush; return 0; } Instead of receiving... (2 Replies)
Discussion started by: charitonca
2 Replies

3. Shell Programming and Scripting

Webpage to Telnet via Perl and Expect: Telnet problem?

Somewhat long story: I have a simple Perl CGI script that uses Expect to Telnet to a device and grab some data, and then spits it back to Perl for display on the Webpage. This works for many devices I've tried, but one device just fails, it keeps rejecting the password on this device, only... (1 Reply)
Discussion started by: jondo
1 Replies

4. Shell Programming and Scripting

Echo behavior

Echo is removing extra blank spaces. See the command. export INSTALLDIR=”First Second /Two Space” echo $INSTALLDIR out put: First Second /Two Space Here only on blnak space is present while with command Echo “$INSTALLDIR” Out put: ”First Second /Two Space” It's correct output... (2 Replies)
Discussion started by: Saurabh78
2 Replies

5. Solaris

Unexpected df behavior

Hi, I have Sun SPARC Enterprise T5140 with two 2,5" 15rpm 146GB SAS HDD. In friday there were a lot of errors with fs on them. After reconfiguring all seemed to be fine but today I get the following strange behavior of df -kh command and troubles with files, I written on first disk in friday.... (9 Replies)
Discussion started by: Sapfeer
9 Replies

6. HP-UX

Unusual Behavior?

Our comp-operator has come across a peculiar ‘feature'. We have this directory where we save all the reports that were generated for a particular department for only one calendar year. Currently there are 45,869 files. When the operator tried to backup that drive it started to print a flie-listing... (3 Replies)
Discussion started by: vslewis
3 Replies

7. UNIX for Dummies Questions & Answers

Automatically login in the telnet from present telnet

Hi, I was writing one script which includes to switch to the another telnet automatically from the present telnet server. I was using rlogin but firstly it takes the same user name of the present telnet and secondly it is prompting for the password. But i want to switch to the another telnet... (2 Replies)
Discussion started by: Prateek
2 Replies

8. UNIX for Dummies Questions & Answers

Difference Between Krb5-telnet And Ekrb5-telnet

Hi, I want to know the difference between these two services. Both are under xinetd. Both are used for enabling and disabling Telnet service. So, can somebody please explain me the difference between the two ? Thanks in advance :) (0 Replies)
Discussion started by: kashifsd17
0 Replies

9. UNIX for Advanced & Expert Users

Telnet vs netcat behavior

Currently I run a number of network tests using netcat that checks for an open port on a remote IP-address, using this syntax: netcat -v -w 5 -z 107.249.95.5 4488 For some reason, the netcat command above is hanging (although others work fine), but a telnet is showing a valid connection like... (4 Replies)
Discussion started by: ckmehta
4 Replies

10. UNIX for Beginners Questions & Answers

awk Behavior

Linux Release Uname details Data file Ive been at the command line for some time. Back as far as SCO and Interactive Unix. I have always used this construct without issues. I want to isolate the ip / field 1. As you can see .. the first line is "skipped". This works as... (6 Replies)
Discussion started by: sumguy
6 Replies
GRUN(1x)																  GRUN(1x)

NAME
gRun - X/GTK based application launcher. SYNOPSIS
gRun [filename] [-v] [--version] [-h] [--help] DESCRIPTION
gRun launches applications in X Windows without the need for an xterm session at all. gRun provides three methods of launching applica- tions, entering the command directly into the text field, browsing the tree for the application and running an application specified on the command line. In all cases gRun exits completely after launching the application and the application is left running as a full child of the X process, as if it were launched from a WM menu. If gRun is launched from an xterm or shell, the shell will be freed for further use after gRun exits. No more wasting an xterm for the duration of the application. gRun will attempt to complete a command automatically from the history as it is typed in, hopefully saving some time. Pressing the Tab key will try to find an executable file in the path that starts with the characters already entered into the entry box. gRun also includes a facility for checking if the command is in a list of console mode apps, eg telnet. If it finds the command in the file, gRun launches a xterm with the command as the -e parameter. gRun now has a facility for associating file extensions with a command, ala Windows. If an extension is found, the associated application is launched with the command entry as the parameter. Options filename Application name for command line launching from a xterm. The filename must exist within either the default path or have a fully qualified path. Any options passed after the filename are passed down to the application if not removed by gtk_init() --persist gRun dialog does not close after launching application --notips Tooltips are not displayed --version Display the current version number of grun. --help Display a short usage guide. gRun also recognizes all standard X Windows and GTK options, eg -display and -geometry. Bugs None currently known. AUTHOR
Bruce A. Smith <tangomanrulz@geocities.com> COPYING
Copyright (C) 1998,1999 Bruce A. Smith <tangomanrulz@geocities.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. gRun Version 0.9.22 Jan 15, 1999 GRUN(1x)
All times are GMT -4. The time now is 01:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy