1WRITE(1) User Commands WRITE(1)
2
3
4
6 write - send a message to another user
7
9 write user [ttyname]
10
12 write allows you to communicate with other users, by copying lines from
13 your terminal to theirs.
14
15 When you run the write command, the user you are writing to gets a mes‐
16 sage of the form:
17
18 Message from yourname@yourhost on yourtty at hh:mm ...
19
20 Any further lines you enter will be copied to the specified user's ter‐
21 minal. If the other user wants to reply, they must run write as well.
22
23 When you are done, type an end-of-file or interrupt character. The
24 other user will see the message EOF indicating that the conversation is
25 over.
26
27 You can prevent people (other than the superuser) from writing to you
28 with the mesg(1) command. Some commands, for example nroff(1) and
29 pr(1), may automatically disallow writing, so that the output they pro‐
30 duce isn't overwritten.
31
32 If the user you want to write to is logged in on more than one termi‐
33 nal, you can specify which terminal to write to by giving the terminal
34 name as the second operand to the write command. Alternatively, you
35 can let write select one of the terminals - it will pick the one with
36 the shortest idle time. This is so that if the user is logged in at
37 work and also dialed up from home, the message will go to the right
38 place.
39
40 The traditional protocol for writing to someone is that the string
41 `-o', either at the end of a line or on a line by itself, means that
42 it's the other person's turn to talk. The string `oo' means that the
43 person believes the conversation to be over.
44
46 mesg(1), talk(1), who(1)
47
49 A write command appeared in Version 6 AT&T UNIX.
50
52 The write command is part of the util-linux package and is available
53 from https://www.kernel.org/pub/linux/utils/util-linux/.
54
55
56
57util-linux March 1995 WRITE(1)