VOOZH about

URL: https://en.wikipedia.org/wiki/Write_(Unix)

โ‡ฑ write (Unix) - Wikipedia


Jump to content
From Wikipedia, the free encyclopedia
Unix command to send messages to another user by writing directly to their terminal
This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources.
Find sources: "Write" Unix โ€“ news ยท newspapers ยท books ยท scholar ยท JSTOR
(August 2016) (Learn how and when to remove this message)
write
Original authorsDennis Ritchie,
Ken Thompson
DeveloperAT&T Bell Laboratories
Initial releaseNovember 3, 1971; 54 years ago (1971-11-03)
Operating systemUnix and Unix-like
PlatformCross-platform
TypeCommand

In Unix and Unix-like operating systems, write is a utility used to send messages to another user by writing a message directly to another user's TTY.[1]

History

[edit]

The write command was included in the First Edition of the Research Unix operating system.[2] A similar command appeared in Compatible Time-Sharing System.[3]

Sample usage

[edit]

The syntax for the write command is:

$ writeuser[tty]
message

The write session is terminated by sending EOF, which can be done by pressing Ctrl+D. The tty argument is only necessary when a user is logged into more than one terminal.[4]

A conversation initiated between two users on the same machine:

$ writerootpts/7
test

Will show up to the user on that console as:

Message from root@wiki on pts/8 at 11:19 ...
test

See also

[edit]
The Wikibook Guide to Unix has a page on the topic of: Commands

References

[edit]
  1. ^ write(1) โ€“ Version 7 Unix Programmer's Manual
  2. ^ Unix Programmer's Manual (PDF) (1st ed.). Bell Labs. 3 November 1971. p. write(1). Archived from the original (PDF) on 9 July 2016. Retrieved 9 July 2016.
  3. ^ Fetter, Mirko (2019). New Concepts for Presence and Availability in Ubiquitous and Mobile Computing. University of Bamberg Press. p. 38. ISBN 9783863096236. The basic concept of sending instantaneously messages to logged in users came with ... CTSS ...
  4. ^ "write(1) โ€“ util-linux man page". Archived from the original on 2025-12-03. Retrieved 2026-02-03.