Sponsored Content
Full Discussion: unix shell site
Top Forums UNIX for Dummies Questions & Answers unix shell site Post 5231 by aalemu on Thursday 9th of August 2001 02:19:44 AM
Old 08-09-2001
Bug unix shell site

Hi Everyone,

I'm looking for a unix shell site, that we can access from the local telnet, and that my younger brother can practice?

Thank you!
AA
 

7 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Anti-Unix site running Unix

I just wanted to share this piece of news to all of you, comments are unnecessary :) http://news.com.com/2100-1001-872266.html (1 Reply)
Discussion started by: J.P
1 Replies

2. What is on Your Mind?

take a look aat this unix tutorial site

hello everyone, just wanted to tell all you people about a site that we have been hosting for some time called "http://www.laynetworks.com". this site contains lots of tutorials and information regarding Unix, linux, protocols, networking etc. this site is free and is maintained by students.... (0 Replies)
Discussion started by: ashish-m6.net
0 Replies

3. UNIX for Dummies Questions & Answers

Is there a official site for UNIX basic?

Hi Folks, As I'm looking for a Tutorial | Reference site for UNIX commands | Basic scripting terms. >>i.e in VI to insert (:i) and save and quit (:wq!), pipe-ing and so forth... I really need to refresh my skills from like 4 years ago as I've been doing too much windows. Appreciate any... (2 Replies)
Discussion started by: Mombo_Z
2 Replies

4. Shell Programming and Scripting

Good site for Shell Programming

Hi unixers, :) I found some Good sites for learning Shell Programming. I Hope they will be useful to all of You. http://steve-parker.org/forum/ http://www.e-learningcenter.com/freecourses.htm similarly ,if u find any very good sites for shell programming pls post them, so that they will... (6 Replies)
Discussion started by: ravi raj kumar
6 Replies

5. Shell Programming and Scripting

Unix program example site

Hi, I want to learn unix shell programming. If anyone knows any good site where i can get shell programming qs and ans for my practice ... please suggent. Thanks, Soumya (2 Replies)
Discussion started by: soumya02573
2 Replies

6. Programming

Need best forum site for java (as for unix its unix.com)

Hi All, Can anyone help me for knowing the java best side forums. where i will get a quick responce like here , as i am having lot of question. Thanks (1 Reply)
Discussion started by: aish11
1 Replies

7. Post Here to Contact Site Administrators and Moderators

Regarding not able to access UNIX.com site

Hello MODs/Admins, Could you please help me here as from last 6 to 7 days I(and checked with my fellow friends too) am not able to access unix.com site at all. It is very very slow, it never loads completely. Even I checked with different people and different computers it results same only,... (8 Replies)
Discussion started by: RavinderSingh13
8 Replies
CON(1)							      General Commands Manual							    CON(1)

NAME
con, telnet, cu, rx, xms, xmr - remote login, execution, and XMODEM file transfer SYNOPSIS
con [ -dCrvs ] [ -l [ remuser ] ] [ -c cmd ] [net!]machine telnet [ -dCrn ] [net!]machine cu number rx [ -n ] [net!]machine [ command-word ... ] xms file xmr file DESCRIPTION
Con connects to the computer whose network address is net!machine and logs in if possible. With no options, the account name used on the remote system is the same as that on the local system. Standard input and output go to the local machine. Options are: -l with an argument causes remuser to be used as the account name on the remote system. Without an argument this option disables auto- matic login and a normal login session ensues. -C forces cooked mode, that is, local echo. -c runs cmd as if it had been typed as a command from the escape mode. This is used by cu. -v (verbose mode) causes information about connection attempts to be output to standard error. This can be useful when trying to debug network connectivity. -d causes debugging information to be output to standard error. -r suppresses printing of any carriage return followed by a new line. This is useful since carriage return is a printable character in Plan 9. -s strips received characters to 7 bits to forestall misinterpretation of ASCII with parity as UTF. The control- character is a local escape. It prompts with the local machine name and >>>. Legitimate responses to the prompt are i Send a quit [sic] signal to the remote machine. q Exit. b Send a break. . Return from the escape. !cmd Run the command with the network connection as its standard input and standard output. Standard error will go to the screen. This is useful for transmitting and receiving files over the connections using programs such as xms. Telnet is similar to con, but uses the telnet protocol to communicate with the remote machine. If standard input is a file or a pipe, the -n option causes telnet not to hang up the connection when it receives EOF on its standard input; instead it waits for the remote end to hang up. It shares con's -C, -d, and -r options. Cu is a shell script that uses telco(4) and con to connect to a machine via a modem. If the machine is equipped with a local modem, it is used. Otherwise, the call is placed through Datakit. Rx executes one shell command on the remote machine as if logged in there, but with local standard input and output. A rudimentary shell environment is provided. If the target is a Plan 9 machine, $service there will be rx. Network addresses for both con and rx have the form network!machine. Supported networks are those listed in /net. The commands xms and xmr respectively send and receive a single file using the XMODEM protocol. They use standard input and standard out- put for communication and are intended for use with con. EXAMPLES
rx kremvax cat file1 >file2 Copy remote file1 to local file2. rx kremvax cat file1 '>file2' Copy remote file1 to remote file2. eqn paper | rx kremvax troff -ms | rx deepthought lp Parallel processing: do each stage of a pipeline on a different machine. SOURCE
/sys/src/cmd/con for con, xms, and xmr. /sys/src/cmd/ip for telnet. /rc/bin/cu BUGS
Under rx, a program that should behave specially towards terminals may not: e.g., remote shells will not prompt. Also under rx, the remote standard error and standard output are combined and go inseparably to the local standard output. CON(1)
All times are GMT -4. The time now is 11:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy