Unix and Linux Discussions Tagged with telnet |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
5,540 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
10,772 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
17,768 |
Solaris |
|
|
|
2 |
832 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
2,396 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
786 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,623 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,022 |
AIX |
|
|
|
3 |
3,166 |
Shell Programming and Scripting |
|
|
|
10 |
4,892 |
Shell Programming and Scripting |
|
|
|
7 |
3,214 |
Shell Programming and Scripting |
|
|
|
6 |
6,346 |
AIX |
|
|
|
3 |
3,724 |
AIX |
|
|
|
9 |
16,389 |
Shell Programming and Scripting |
|
|
|
0 |
4,065 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
1,333 |
UNIX for Advanced & Expert Users |
|
|
|
29 |
9,431 |
Shell Programming and Scripting |
|
|
|
6 |
18,764 |
Shell Programming and Scripting |
|
|
|
4 |
3,469 |
Shell Programming and Scripting |
|
|
|
6 |
15,925 |
Shell Programming and Scripting |
|
|
|
2 |
2,718 |
Programming |
|
|
|
2 |
4,787 |
Shell Programming and Scripting |
|
|
|
5 |
2,117 |
Linux |
|
|
|
0 |
1,841 |
IP Networking |
|
|
|
4 |
6,570 |
Solaris |
|
|
|
2 |
5,782 |
Shell Programming and Scripting |
|
|
|
2 |
3,980 |
AIX |
|
|
|
4 |
3,345 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
7,835 |
Shell Programming and Scripting |
|
|
|
12 |
15,917 |
Shell Programming and Scripting |
|
|
|
2 |
11,058 |
AIX |
|
|
|
2 |
4,979 |
Shell Programming and Scripting |
|
|
|
3 |
11,304 |
Linux |
|
|
|
1 |
3,956 |
IP Networking |
|
|
|
8 |
6,268 |
Homework & Coursework Questions |
|
|
|
0 |
2,378 |
Homework & Coursework Questions |
|
|
|
7 |
13,265 |
SCO |
|
|
|
2 |
7,729 |
AIX |
|
|
|
1 |
3,890 |
IP Networking |
|
|
|
0 |
4,309 |
Windows & DOS: Issues & Discussions |
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)