Whats Telnet for?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Whats Telnet for?
# 1  
Old 10-15-2004
CPU & Memory Whats Telnet for?

All i no about telnet is that hackers use it, and it uses shells etc

but when i dont even know what a shell is im kinda stuck ah?
# 2  
Old 10-15-2004
Bug Telnet

Telnet is a type of server I believe that unix users use to send email to each other.. it was generally used before the web and and hackers and all the new forms of email available like ssh which is a secure form of telnet type email proxy.. which has something to do with networks.. today networks don't tend to use telnet as much because it is so easy to hack... they use ssh and other more secure forms of network email.. as for your other question.. the best way I can describe a shell to you is by mentioning the two main shells you will be working with on the command line.. the bourne shell (sh) and the bourne again shell (bash) each of these and a few others are the basic commad line you are working with and the processes in them.. a parent shell is the shell you started a specif task before envoking another type of shell or a child process (shell) which means that it is part of the parent shell and belongs only to the shell that you envoked it from .. if you have three terminals up and envoke a chiid process to terminal 2 that is said to be the parent shell....each terminal is a shell and each shell can be a bash shell, a bourne shell and amongst the few others I would worry about a csh shell (c shell for programming)....
hope that helps... and if was't it clear enough holler! there are plenty of users on this site who know exactly what they are talking about..and would be glad to explain it to you some more..
moxxx68Smilie
# 3  
Old 10-15-2004
Thank you very much for your reply, im sure ill understand it abit better when im more awake Smilie

telnet is also on windows systems tho? Can you connect directly to someones computer via telnet? Does it have file transfer properties to it? like FTP

Unix is so confusing sumtime, need a coffie i think

thanks for spending the time to explain moxxx68
# 4  
Old 10-15-2004
Bug

yes I believe that you can connect directly to another computer via telnet through a main server.. it has file transfer capabilities but unlike FTP its capabilities are less powerful than direct FTP file transfer something to do with how much data you are transfering in the file.. FTP is the prefered file transfer protocol...so basically the file transfer properties of telnet are not like FTP which does precisley that transfer data from one machine to another while Telnet is mainly used for email.. also telnet was probably being used years before windows came out or the public had access to the internet.. and it was used by unix users.. at the time when .edu and .gov was all that there was on the internet and telenet has been around for far longer than the world wide web of today and unix has been around since the beginning in 1969... microsoft has only been around since 1985 so truly telnet is a unix thing so is FTP and so on.... then there was linux!!!
moxxx68Smilie Smilie
# 5  
Old 10-15-2004
thanks for that information, iv come the the conclusion that telnet is pritty crap and old lol it was sumthing in the back of my mind botherin me coz i remember a few years back on a site called hack3r they used to have servers/box's were people could telnet to and try and hack etc, and iv always been interested since then

i sit here at my desk wonderin were the nets goin to go, and if one day windows will just be a memory as unix takes over! thats why i want to learn now, while im young... iv seen courses for unix, and they cost about £3k and iv seen the jobs as well! £40k!!! thats why im so interested and so glade i can learn from people like your self

thank you very much for your time and effort
# 6  
Old 10-15-2004
Lightbulb

Smilie dear epic.admin i am glad i could help and only have two pieces of advice for you.. first i am a self taught newbie who has only been into unix for a year and into computers for about 5 otr 6.. if you put your mind to it you can really accomplish alot and learn quick its just a matter of wanting to learn as you do!.. and second read, read books, media and use the man pages after a while even chinese is comprehensible at first i couldn't understand anything from the man pages now i have a file with a collection of different man pages on specific commands that I am reading up on and belive me after a while a little trial and error and some experimentation you'll get it.. reading is the most you can do and with unix its a snap because you can just keep adding new tricks to the ones you learn as you go along.. it never stops...
over and out moxxx68
and good luck!
# 7  
Old 10-15-2004
moxx....this is just wrong. Good try, but keep reading your books Smilie
Quote:
Telnet is a type of server I believe that unix users use to send email to each other

Quote:
Telnet is a protocol for remote computing on the Internet. It allows a computer to act as a remote terminal on another machine, anywhere on the Internet. This means that when you telnet to a particular host and port, the remote computer (which must have a telnet server) accepts input directly from your computer (which must have a telnet client) and output for your session is directed to your screen. There are many library and information resources that are accessible through telnet.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. Homework & Coursework Questions

Whats wrong with the following

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: ls -ld htdocs drwxr-x--- 3 root root 8192 2006-11-19 10:41 htdocs How would a host administrator... (1 Reply)
Discussion started by: Larry_1
1 Replies

4. Shell Programming and Scripting

##*_ - whats this?

Hi all, could you please tell me whats this stands ##*_ 0##*/ i knew this alone if some more is there please tell me that also. (3 Replies)
Discussion started by: Arunprasad
3 Replies

5. Shell Programming and Scripting

whats this NAME=${0##*/}

hi all, i found NAME=${0##*/} in a script. i given this coomand in my unix box(presently in ksh). echo ${0##*/} it returned ksh. the purpose of the above is to return the shell name or more than that. do you have any more information like this, please share with me. one more query... (7 Replies)
Discussion started by: Arunprasad
7 Replies

6. 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

7. What is on Your Mind?

Whats Behind Your Name?

Looking at the member list, there are alot of interesting names, some unique, some bizarre, and some that are just plain. How did you come by your name? Why did you choose your label? Me? Well, I wish I could change mine. I chose Google because thats how I stumbled upon this site. I wasn't sure... (66 Replies)
Discussion started by: google
66 Replies

8. Post Here to Contact Site Administrators and Moderators

Whats the go?

woofie, Your posts are being deleted because your use of profanity. I am close to changing your status to read only. In fact, if you argue with the mods again, I will ban you from these boards. Neo (1 Reply)
Discussion started by: Neo
1 Replies

9. Shell Programming and Scripting

Whats does this mean

Found this piece of code written in ksh. I have no ideas what do the stuff like ${SRF##*\.} do. SUFFIX=${SRF##*\.} if ; then SUFFIX="" fi I have encountered similar expressions in other programs also. Any pointers on where to learn more about these... (1 Reply)
Discussion started by: jyotipg
1 Replies
Login or Register to Ask a Question