Sponsored Content
Full Discussion: Mac telnet to SGI??
Top Forums UNIX for Dummies Questions & Answers Mac telnet to SGI?? Post 302154375 by reborg on Saturday 29th of December 2007 09:53:26 PM
Old 12-29-2007
Take a look at "man nohup"
 

8 More Discussions You Might Find Interesting

1. IP Networking

Connecting SGI to Windows PC

I am trying to network an SGI running Irix 6.5 through an ethernet line to a PC running Windows 2000 (I have connected other PC's to this PC without any problems.) The PC has a DSL connection from Verizon that does not support Unix. I tried using DHCP on the SGI, but when I open a web browser on... (2 Replies)
Discussion started by: mdbanas
2 Replies

2. IP Networking

sgi 6.5 to windows nt

could anyone tell me how to network an sgi octane to a windows based machine. i am able to get internet access but the machines do not see each other on the network. thanks :confused: (2 Replies)
Discussion started by: loleeg
2 Replies

3. UNIX for Dummies Questions & Answers

linux and irix on sgi

I have an SGI Indigo2 which I bought off of ebay. It has Irix 6.5.15, but I am really not happy with this architecture and the proprietariness of SGI. I have two hard drives. Is it possible to install Redhat Linux on the second drive and run it on the Indigo2? I used Unix in college a... (2 Replies)
Discussion started by: mdbanas
2 Replies

4. IP Networking

Network Card with SGI

The Octane is driving me nuts . It was sitting on the network doing its job nicely and i had to pull the n/w cable out from the wall to pull it from the inside of the table and connected it again . The logs show this -- link down .... < when i pulled it out > link ok < when i connected > But... (0 Replies)
Discussion started by: DPAI
0 Replies

5. UNIX for Advanced & Expert Users

IRIX (SGI) question

How to change icon of my application (say script file) in IRIX icon view. (1 Reply)
Discussion started by: kosta_mirkin
1 Replies

6. Shell Programming and Scripting

SGI tag command

tag command works only on executables and shell scripts. How can I convert text file to shell script so I could apply "tag" command. "chmod" and "/bin/sh" dont help. (2 Replies)
Discussion started by: kosta_mirkin
2 Replies

7. UNIX Desktop Questions & Answers

my sgi system doesn't come up

:( Hi there, I have an O2 sgi and the other day when I was restarting the system it didn't come up. The error message is: unable to open "si(0)disk(2)rdisk(0)partition(0)": no such device I was assuming a hardware problem, but not for sure. Is there any one who could kindly tell me what... (1 Reply)
Discussion started by: siavoush
1 Replies

8. UNIX for Dummies Questions & Answers

I have a SGI Impact 10,000 what should i do with it?

I have one of these machines i just aquired. http://www.sgi.com/products/legacy/p...go2_indigo.pdf What should i do with it id love to configure a OS on it but im a noob to unix. I want to be able to configure the OS then be able to ssh (think thats what iots called) into it and learn how to... (0 Replies)
Discussion started by: VenomXt
0 Replies
telnetrc(4)						     Kernel Interfaces Manual						       telnetrc(4)

NAME
telnetrc, .telnetrc - Specifies setup commands for a telnet session SYNOPSIS
$HOME/.telnetrc DESCRIPTION
The .telnetrc file contains the setup information for a telnet session. It is a hidden file in your home directory and must be readable by the user logging in. The file can consist of multiple entries for each remote host to which a user can connect. A remote host entry consists of multiple lines. The first line is the name of a remote host. The subsequent lines must begin with blank spaces, and contain telnet subcommands. These sub- commands are processed as though they were typed in manually. Lines beginning with a number sign (#) are comment lines. See telnet(1) for a complete list of telnet subcommands. To specify subcommands that apply to all systems, create an entry, using the word "DEFAULT" as the system name, and specify the telnet sub- commands in the subsequent lines. EXAMPLES
The following shows a sample .telnetrc file: # Beginning of telnetrc file # Default subcommands that apply to all systems DEFAULT environ undefine USER # First system entry system1 set echo toggle crlf # Second system entry system2 set echo mode line toggle crlf FILES
User-customized telnet startup values. RELATED INFORMATION
Commands: telnet(1). delim off telnetrc(4)
All times are GMT -4. The time now is 09:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy