Unix Commands for Telnet


 
Thread Tools Search this Thread
Special Forums Cybersecurity Unix Commands for Telnet
# 1  
Old 01-01-2002
Question Unix Commands for Telnet

Hi I am new to unix. I have a question: what are all the unix commands that I have to do for telnet for my site www.supremexbox.com. My server is www.your-site.com.
Please help me. Thanks.
# 2  
Old 01-02-2002
Question

Unix commands for telnet are found in the man pages under telnet.

Just type " man telnet " and you'll get heaps of options....try that first - then try and be more specific with what you are trying to do here...Smilie
# 3  
Old 01-03-2002
if you don't know what should you do to create a telnet connection, you should see telnet manual.

. user$ man telnet

and if you still dont know exactly what you should do or type after telnet connection established, i suggest you to read some papers about BASIC UNIX COMMAND,
here's the example URL:
. http://www.ee.surrey.ac.uk/Teaching/Unix/
. http://falcon.jmu.edu/unix/basic.shtml
or you can find some pages from GOOGLE (http://google.com).
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Script require to do telnet & run few commands

I am new in scripting, I need script(BASH) which do telenet to one of the elements & run few commands , after running it successfully it will check status of files & exit. Help is greatly appreciated 🙏 (2 Replies)
Discussion started by: Vinesh_123
2 Replies

2. Shell Programming and Scripting

How to execute telnet commands thru xterm?

I want to launch an xterm telnet window: xterm -e telnet xxx.xxx.xx.xxx Which I can do but needs to also launch commands as well. Please use CODE tags as required by forum rules! (2 Replies)
Discussion started by: shopgirl08
2 Replies

3. Shell Programming and Scripting

Perl telnet to router run commands from file

I have a perl script that is called with a router name command list file and output file. The command file can be very large, up to 3k of commands. At first I dumped the command list file to an array and ran the entire file on the router and captured the output. It worked ok for a command list in... (1 Reply)
Discussion started by: numele
1 Replies

4. Shell Programming and Scripting

how do i execute a set of commands in telnet??

I have list of commands in a file in one sever and i need to execute these set of commands in the server to which i m telnetting to .. (4 Replies)
Discussion started by: nikhil jain
4 Replies

5. Shell Programming and Scripting

telnet commands using expect

Hi All, I am trying to write a expect script to telnet and run a command on a remote host.The command i want to send contains a text value is contained in file.txt in the linux box from where i am running the expect script.I want to pass the contains of file.txt into a variable and call the... (1 Reply)
Discussion started by: pistachio
1 Replies

6. UNIX for Advanced & Expert Users

Telnet in unix

Dear Sir, I have got 2 systems A. Compaq Prolient 400 Unix Server - IP address 192.168.0.10 (450 Mhz speed & 512 MB RAM) Old B. HCL 2700HLN Unix Server - IP address 192.168.0.2 (73 GB X 4 - Raid HD & 4 GB RAM with 2 LAN Broadcom BCM5721 ) - New Both systems are loaded with Unix 5.0.5 ... (3 Replies)
Discussion started by: tatacoffee
3 Replies

7. SCO

telnet from unix to dos

hi eveybody, i use sco unix as server and dos as client . how i can connect from unix server to dos client ( how to telnet to dos and run commands?)? thanks. (1 Reply)
Discussion started by: shrb78
1 Replies

8. UNIX for Dummies Questions & Answers

Unix Telnet session

Hi Is there any way whilst in a telnet session you can view your client machine name that you are using to connect to the Unix box ? :eek: (2 Replies)
Discussion started by: mlucas
2 Replies

9. Shell Programming and Scripting

running commands with remotely with Telnet

i have a box here that can only be accessed with telnet. now, i was wondering if anyone know of a way of which i can run a command on that box remotely. (2 Replies)
Discussion started by: Terrible
2 Replies

10. UNIX for Dummies Questions & Answers

Telnet in UNIX

I would like to know if there exist any diference between the telnet in UNIX and Windows. the probles is when I try to connect through a socket to a server running unix i don't receive a response. Connecting with the same source code to a windows server I receive response (the initial message and... (1 Reply)
Discussion started by: ferreat
1 Replies
Login or Register to Ask a Question