1TALK(1) General Commands Manual TALK(1)
2
3
4
6 talk - talk to another user
7
9 talk person [ ttyname ]
10
12 Talk is a visual communication program which copies lines from your
13 terminal to that of another user.
14
15 If you wish to talk to someone on you own machine, then person is just
16 the person's login name. If you wish to talk to a user on another host,
17 then person is of the form :
18
19 host!user or
20 host.user or
21 host:user or
22 user@host
23
24 though host@user is perhaps preferred.
25
26 If you want to talk to a user who is logged in more than once, the tty‐
27 name argument may be used to indicate the appropriate terminal name.
28
29 When first called, it sends the message
30
31 Message from TalkDaemon@his_machine...
32 talk: connection requested by your_name@your_machine.
33 talk: respond with: talk your_name@your_machine
34
35 to the user you wish to talk to. At this point, the recipient of the
36 message should reply by typing
37
38 talk your_name@your_machine
39
40 It doesn't matter from which machine the recipient replies, as long as
41 his login-name is the same. Once communication is established, the two
42 parties may type simultaneously, with their output appearing in sepa‐
43 rate windows. Typing control L will cause the screen to be reprinted,
44 while your erase, kill, and word kill characters will work in talk as
45 normal. To exit, just type your interrupt character; talk then moves
46 the cursor to the bottom of the screen and restores the terminal.
47
48 Permission to talk may be denied or granted by use of the mesg command.
49 At the outset talking is allowed. Certain commands, in particular
50 nroff and pr(1) disallow messages in order to prevent messy output.
51
53 /etc/hosts to find the recipient's machine
54 /var/run/utmp to find the recipient's tty
55
57 mesg(1), who(1), mail(1), write(1)
58
60 The version of talk(1) released with 4.3BSD uses a protocol that is
61 incompatible with the protocol used in the version released with
62 4.2BSD.
63
64
65
664.2 Berkeley Distribution November 27, 1996 TALK(1)