2023-10-31 17:35:56 +00:00
|
|
|
# talk
|
|
|
|
|
2023-11-15 04:25:25 +00:00
|
|
|
> A visual communication program which copies lines from your terminal to that of another user.
|
2023-10-31 17:35:56 +00:00
|
|
|
> More information: <https://www.gnu.org/software/inetutils/manual/html_node/talk-invocation.html>.
|
|
|
|
|
|
|
|
- Start a talk session with a user on the same machine:
|
|
|
|
|
|
|
|
`talk {{username}}`
|
|
|
|
|
|
|
|
- Start a talk session with a user on the same machine, who is logged in on tty3:
|
|
|
|
|
|
|
|
`talk {{username}} {{tty3}}`
|
|
|
|
|
|
|
|
- Start a talk session with a user on a remote machine:
|
|
|
|
|
|
|
|
`talk {{username}}@{{hostname}}`
|
|
|
|
|
|
|
|
- Clear text on both terminal screens:
|
|
|
|
|
2023-12-29 16:02:08 +00:00
|
|
|
`<Ctrl>+D`
|
2023-10-31 17:35:56 +00:00
|
|
|
|
|
|
|
- Exit the talk session:
|
|
|
|
|
2023-12-29 16:02:08 +00:00
|
|
|
`<Ctrl>+C`
|